9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
|
const schema_{{.FileID|printf "%x"}} = {{.SchemaLiteral}}
|
||
|
|
||
|
func init() {
|
||
|
{{.G.Imports.Schemas}}.Register(schema_{{.FileID|printf "%x"}},
|
||
|
{{- range .NodeIDs}}
|
||
|
{{.|printf "%#x"}},
|
||
|
{{- end}})
|
||
|
}
|