field.go 146 B

1234
  1. package template
  2. // Field defines a filed template for types
  3. var Field = `{{.name}} {{.type}} {{.tag}} {{if .hasComment}}// {{.comment}}{{end}}`