This website works better with JavaScript
Inicio
Explorar
Registro
Iniciar sesión
SongZihuan
/
GoZeroPlus
espejo de
https://github.com/SongZihuan/go-zero-plus
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Add api version (
#3536
)
kesonan
hace 1 año
padre
e95861f28a
commit
c4ef9ceb68
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
tools/goctl/api/new/api.tpl
+ 2
- 0
tools/goctl/api/new/api.tpl
Ver fichero
@@ -1,3 +1,5 @@
+syntax = "v1"
+
type Request {
Name string `path:"name,options=you|me"`
}