Files
go-winrt/internal/codegen/templates/struct.tmpl
2025-08-22 17:42:23 -04:00

8 lines
151 B
Cheetah

const Signature{{.Name}} string = "{{.Signature}}"
type {{.Name}} struct {
{{range .Fields}}
{{.GoVarName}} {{.GoTypeName}}
{{end}}
}