Command gencodec generates marshaling methods for Go struct types.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gencodec/README.md

7 lines
319 B

Command gencodec generates marshaling methods for Go struct types.
The generated methods add features which json and other marshaling packages cannot offer.
gencodec -dir . -type MyType -formats json,yaml,toml -out mytype_json.go
See [the documentation for more details](https://godoc.org/github.com/fjl/gencodec).