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}}`
|