|
|
преди 5 години | |
|---|---|---|
| backend | преди 5 години | |
| client | преди 5 години | |
| cmd | преди 5 години | |
| context | преди 5 години | |
| example | преди 5 години | |
| scripts | преди 5 години | |
| server | преди 5 години | |
| .gitignore | преди 5 години | |
| Makefile | преди 5 години | |
| Protobuild.toml | преди 5 години | |
| README.md | преди 5 години | |
| go.mod | преди 5 години | |
| go.sum | преди 5 години | |
| setup-dev.sh | преди 5 години |
To setup a development machine to update the API protobufs, first run the ./setup-dev.sh script
to install the correct version of protobufs on your system and get the protobuild binary.
> make
The example backend code is located in /example/backend.
Build the service with the resulting binary placed in the /bin directory.
> make example