We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6b442 commit edbf1f1Copy full SHA for edbf1f1
main.go
@@ -108,6 +108,10 @@ func outputDot(fname string, outputFormat string) {
108
log.Fatalf("%v\n", writeErr)
109
}
110
111
+ if outputFormat == "dot" {
112
+ return
113
+ }
114
+
115
log.Printf("converting dot to %s\n", outputFormat)
116
117
_, err = dotToImage(fname, outputFormat, output)
0 commit comments