Exemplo n.º 1
0
func init() {
	generator.RegisterPlugin(NewStringer())
}
Exemplo n.º 2
0
func init() {
	generator.RegisterPlugin(NewSize())
}
Exemplo n.º 3
0
func init() {
	generator.RegisterPlugin(NewUnmarshal())
	generator.RegisterPlugin(NewUnsafeUnmarshal())
}
Exemplo n.º 4
0
func init() {
	generator.RegisterPlugin(NewMarshal())
}
Exemplo n.º 5
0
func init() {
	generator.RegisterPlugin(NewGoString())
}
Exemplo n.º 6
0
func init() {
	generator.RegisterPlugin(NewUnion())
}