Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 468 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 468 Bytes

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

all test from molecule

you can run make gen-test to reproduce it.

License

Licensed under MIT License.