Files
go-zero/tools/goctl/model/sql/template/field.go
2020-08-12 14:09:49 +08:00

4 lines
102 B
Go

package template
var Field = `{{.name}} {{.type}} {{.tag}} {{if .hasComment}}// {{.comment}}{{end}}`