Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/driftluo/moleculec-go
A plugin for the molecule serialization system to generate Go code.
https://github.com/driftluo/moleculec-go
Last synced: about 1 month ago
JSON representation
A plugin for the molecule serialization system to generate Go code.
- Host: GitHub
- URL: https://github.com/driftluo/moleculec-go
- Owner: driftluo
- License: mit
- Created: 2020-02-05T11:49:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T07:06:18.000Z (4 months ago)
- Last Synced: 2024-09-27T08:41:46.938Z (about 2 months ago)
- Language: Rust
- Size: 70.3 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## molecule go plugin
A plugin for the molecule serialization system to generate Go code.
### Use
```shell
$ cargo install moleculec moleculec-go
$ moleculec --language go --schema-file "your-schema-file" | gofmt > "your-go-file"
```### Testset
all [test](./test/testset/) from [molecule](https://github.com/nervosnetwork/molecule/tree/master/test)
you can run `make gen-test` to reproduce it.
## License
Licensed under [MIT License].
[MIT License]: LICENSE