Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 382 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 382 Bytes

mcloud-go

Package mcloud provides Go bindings for MCLoud.
All the binding code has automatically been generated with rules defined in mcloud.yml.

Rebuilding the package

You will need to get the cgogen tool installed first.

$ git clone https://github.com/ELITR/mcloud-go && cd mcloud-go
$ make clean
$ make build