16 lines
300 B
Markdown
16 lines
300 B
Markdown
# Message Object Binary Schema and Code Generator from Templates
|
|
|
|
|
|
To generate all necessary files for the project:
|
|
|
|
```sh
|
|
ruby run.rb
|
|
|
|
```
|
|
|
|
In order generated .go file to fit the go formatting style:
|
|
```sh
|
|
gofmt -w ../backend/pkg/messages/messages.go
|
|
|
|
```
|
|
(Otherwise there will be changes in stage)
|