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
Árbore:
c9b0ac1ee4
Ramas
Etiquetas
dependabot/go_modules/go_modules-420e58e47b
master
GoZeroPlus
/
tools
/
goctl
/
model
/
sql
/
template
/
field.go
field.go
102 B
Histórico
Raw
1
2
3
package template
var Field = `{{.name}} {{.type}} {{.tag}} {{if .hasComment}}// {{.comment}}{{end}}`