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 b835012 commit 944a5a8Copy full SHA for 944a5a8
jsonfiddle_cliGen.sh
@@ -1 +1 @@
1
- easygen -tf ../../suntong/cli/cli-tx jsonfiddle | gofmt > jsonfiddleCLIDef.go
+ easygen -tf ../../suntong/cli/cli-tx jsonfiddle_cli | gofmt > jsonfiddle_cliDef.go
jsonfiddle_main.go
@@ -6,7 +6,7 @@
6
7
package main
8
9
-//go:generate sh -v jsonfiddleCLIGen.sh
+//go:generate sh -v jsonfiddle_cliGen.sh
10
11
import (
12
"fmt"
0 commit comments