Skip to content

Commit 944a5a8

Browse files
committed
- [*] change content according to the newest convention
1 parent b835012 commit 944a5a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsonfiddle_cliGen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
easygen -tf ../../suntong/cli/cli-tx jsonfiddle | gofmt > jsonfiddleCLIDef.go
1+
easygen -tf ../../suntong/cli/cli-tx jsonfiddle_cli | gofmt > jsonfiddle_cliDef.go

jsonfiddle_main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
package main
88

9-
//go:generate sh -v jsonfiddleCLIGen.sh
9+
//go:generate sh -v jsonfiddle_cliGen.sh
1010

1111
import (
1212
"fmt"

0 commit comments

Comments
 (0)