Skip to content

Commit

Permalink
Builder: fix etra import
Browse files Browse the repository at this point in the history
  • Loading branch information
keyuchang committed Jul 25, 2022
1 parent b585eb9 commit 18be2e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Builder/GoCodeTemplate.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var goCodeTemplateStr string = `
/*Generator Code , do not modify*/
// Code header part
{{.CodeHeader}}
import "strings"
{{if .HttpParser}}
import(
"io/ioutil"
Expand Down
2 changes: 1 addition & 1 deletion Builder/goCode.templ
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*Generator Code , do not modify*/
// Code header part
{{.CodeHeader}}
import "strings"

{{if .HttpParser}}
import(
"io/ioutil"
Expand Down

0 comments on commit 18be2e4

Please sign in to comment.