go-zero/tools/goctl/model/sql/template/field.go
2022-04-01 22:19:52 +08:00

5 lines
148 B
Go

package template
// Field defines a filed template for types
const Field = `{{.name}} {{.type}} {{.tag}} {{if .hasComment}}// {{.comment}}{{end}}`