cloudflared-mirror/vendor/zombiezen.com/go/capnproto2/capnpc-go/templates/schemaVar

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