8 lines
151 B
Cheetah
8 lines
151 B
Cheetah
const Signature{{.Name}} string = "{{.Signature}}"
|
|
|
|
type {{.Name}} struct {
|
|
{{range .Fields}}
|
|
{{.GoVarName}} {{.GoTypeName}}
|
|
{{end}}
|
|
}
|