Skip to content

Commit

Permalink
规范化编码
Browse files Browse the repository at this point in the history
  • Loading branch information
karldoenitz committed Nov 3, 2024
1 parent a7debc7 commit 3eb661b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external_tools/tiger/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ func execCreate(arg string) {
fHandler, err := os.Create(fmt.Sprintf("%s/handler/pinghandler.go", projectPath))
if err != nil {
fmt.Println(err.Error())
return
}
_, _ = fHandler.WriteString(fmt.Sprintf(handlerCode, "PingHandler", "PingHandler", "PingHandler"))
_ = f.Close()
Expand Down

0 comments on commit 3eb661b

Please sign in to comment.