Files
cloudflared/vendor/zombiezen.com/go/capnproto2/capnpc-go/templates/schemaVar
2018-07-19 15:02:24 -05:00

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