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.
Eugene Kim e6740dbdd8 Un-vendor package names 6 years ago
internal
vendor
LICENSE
README.md
genmethod.go
main.go
main_test.go
typeutil.go Un-vendor package names 6 years ago

README.md

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.