|
|
6 vuotta sitten | |
|---|---|---|
| .github | 6 vuotta sitten | |
| azure | 6 vuotta sitten | |
| backend | 6 vuotta sitten | |
| cli | 6 vuotta sitten | |
| client | 6 vuotta sitten | |
| compose | 6 vuotta sitten | |
| containers | 6 vuotta sitten | |
| context | 6 vuotta sitten | |
| example | 6 vuotta sitten | |
| server | 6 vuotta sitten | |
| tests | 6 vuotta sitten | |
| util | 6 vuotta sitten | |
| .dockerignore | 6 vuotta sitten | |
| .gitignore | 6 vuotta sitten | |
| .golangci.yml | 6 vuotta sitten | |
| Dockerfile | 6 vuotta sitten | |
| Makefile | 6 vuotta sitten | |
| README.md | 6 vuotta sitten | |
| builder.Makefile | 6 vuotta sitten | |
| go.mod | 6 vuotta sitten | |
| go.sum | 6 vuotta sitten | |
| setup-dev.sh | 6 vuotta sitten |
The recommended way is to use the main Makefile that runs everything inside a container.
If you don't have or want to use Docker for building you need to make sure you have all the needed tools installed locally:
go get github.com/golang/protobuf/[email protected]go get golang.org/x/tools/cmd/goimportsgo get gotest.tools/[email protected]go get github.com/golangci/golangci-lint/cmd/[email protected]And then you can call the same make targets but you need to pass it the builder.Makefile (make -f builder.Makefile).
$ make
If you make changes to the .proto files, make sure to make protos to generate go code.