300 B
300 B
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)