| .. | ||
| primitives | ||
| templates | ||
| ios_messages.rb | ||
| messages.rb | ||
| README.md | ||
| run.rb | ||
Message Object Binary Schema and Code Generator from Templates
To generate all necessary files for the project:
ruby run.rb
In order generated .go file to fit the go formatting style:
gofmt -w ../backend/pkg/messages/messages.go
(Otherwise there will be changes in stage)