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.
Felix Lange
8b5010f571
|
8 years ago | |
---|---|---|
internal | 8 years ago | |
vendor | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 8 years ago | |
genmethod.go | 8 years ago | |
main.go | 8 years ago | |
main_test.go | 8 years ago | |
typeutil.go | 8 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