A plugin for the molecule serialization system to generate Go code.
$ cargo install moleculec moleculec-go
$ moleculec --language go --schema-file "your-schema-file" | gofmt > "your-go-file"
you can run make gen-test
to reproduce it.
Licensed under MIT License.