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