This website works better with JavaScript
Home
Explore
Register
Sign In
TopProject
/
GoZeroPlus
mirror of
https://code-git.song-zh.com/SongZihuan/GoZeroPlus.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add api version (
#3536
)
kesonan
1 year ago
parent
e95861f28a
commit
c4ef9ceb68
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
tools/goctl/api/new/api.tpl
+ 2
- 0
tools/goctl/api/new/api.tpl
View File
@@ -1,3 +1,5 @@
+syntax = "v1"
+
type Request {
Name string `path:"name,options=you|me"`
}