Categorygithub.com/goplugin/gencodec
modulepackage
0.0.1
Repository: https://github.com/goplugin/gencodec.git
Documentation: pkg.go.dev

# README

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.

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author