Files
go-zero/tools/goctl/model/sql/template/field.go

4 lines
102 B
Go
Raw Normal View History

2020-08-12 09:19:37 +08:00
package template
2020-07-29 17:11:41 +08:00
2020-08-12 14:09:49 +08:00
var Field = `{{.name}} {{.type}} {{.tag}} {{if .hasComment}}// {{.comment}}{{end}}`