command
Version:
v0.0.0-...-0ff56f7
Opens a new window with list of versions in this module.
Published: Mar 30, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
codegen
allows to automatically create Go structs based on defined Avro schema.
Usage:
go run codegen.go --schema foo.avsc --schema bar.avsc --out foo.go
Command line flags:
--schema
- absolute or relative path to Avro schema file. Multiple of those are allowed but at least one is required.
--out
- absolute or relative path to output file. All directories will be created if necessary. Existing file will be truncated.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.