mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 18:00:24 +08:00
5 lines
148 B
Go
5 lines
148 B
Go
package template
|
|
|
|
// Field defines a filed template for types
|
|
const Field = `{{.name}} {{.type}} {{.tag}} {{if .hasComment}}// {{.comment}}{{end}}`
|