This website works better with JavaScript
Strona główna
Odkrywaj
Zarejestruj się
Zaloguj się
SongZihuan
/
GoZeroPlus
kopia lustrzana
https://github.com/SongZihuan/go-zero-plus
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
c9b0ac1ee4
Gałęzie
Tagi
dependabot/go_modules/go_modules-420e58e47b
master
GoZeroPlus
/
tools
/
goctl
/
model
/
sql
/
template
/
field.go
field.go
102 B
Historia
Czysty
1
2
3
package template
var Field = `{{.name}} {{.type}} {{.tag}} {{if .hasComment}}// {{.comment}}{{end}}`