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 dc4c162 commit a587859Copy full SHA for a587859
main.go
@@ -69,7 +69,7 @@ func main() {
69
s += "\n]"
70
71
if outFile != "" {
72
- err = ioutil.WriteFile(outFile, []byte(data), 0644)
+ err = ioutil.WriteFile(outFile, []byte(s), 0644)
73
if err != nil {
74
fmt.Fprintln(os.Stderr, err)
75
}
0 commit comments