This website works better with JavaScript
Accueil
Explorer
S'inscrire
Connexion
TopProject
/
GoZeroPlus
miroir de
https://code-git.song-zh.com/SongZihuan/GoZeroPlus.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
Add api version (
#3536
)
kesonan
il y a 1 an
Parent
e95861f28a
commit
c4ef9ceb68
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
2
0
tools/goctl/api/new/api.tpl
+ 2
- 0
tools/goctl/api/new/api.tpl
Voir le fichier
@@ -1,3 +1,5 @@
+syntax = "v1"
+
type Request {
Name string `path:"name,options=you|me"`
}