fix(goctl): api/new/api.tpl (#1788)

This commit is contained in:
Fyn
2022-04-14 23:43:48 +08:00
committed by GitHub
parent ecc3653d44
commit ee88abce14

View File

@@ -1,9 +1,9 @@
type Request {
Name string ` + "`" + `path:"name,options=you|me"` + "`" + `
Name string `path:"name,options=you|me"`
}
type Response {
Message string ` + "`" + `json:"message"` + "`" + `
Message string `json:"message"`
}
service {{.name}}-api {