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

master
Fyn 3 years ago committed by GitHub
parent ecc3653d44
commit ee88abce14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save