This website works better with JavaScript
Inicio
Explorar
Rexistro
Iniciar sesión
SongZihuan
/
GoZeroPlus
réplica de
https://github.com/SongZihuan/go-zero-plus
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Add api version (
#3536
)
kesonan
hai 1 ano
pai
e95861f28a
achega
c4ef9ceb68
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
tools/goctl/api/new/api.tpl
+ 2
- 0
tools/goctl/api/new/api.tpl
Ver ficheiro
@@ -1,3 +1,5 @@
+syntax = "v1"
+
type Request {
Name string `path:"name,options=you|me"`
}