package
0.0.0-20240416081548-73764879b03f
Repository: https://github.com/chennqqi/go-generate-examples.git
Documentation: pkg.go.dev

# README

gogen-avro example: Generate Go code to serialize and deserialize Avro schemas

about avro:

#Generate Go types for definitions and responses in a Swagger V2 spec.
Use x-nullable: true to make something a pointer, defaults to false
Use required on the object to make a field not omitempty, defaults to omitempty.
Use title of a schema to set the Go struct of field name
go install -u  github.com/actgardner/gogen-avro/v7/cmd/gogen-avro@latest
go generate
go build