|
|
%!s(int64=5) %!d(string=hai) anos | |
|---|---|---|
| .dependabot | %!s(int64=5) %!d(string=hai) anos | |
| .github | %!s(int64=5) %!d(string=hai) anos | |
| azure | %!s(int64=5) %!d(string=hai) anos | |
| backend | %!s(int64=5) %!d(string=hai) anos | |
| cli | %!s(int64=5) %!d(string=hai) anos | |
| client | %!s(int64=5) %!d(string=hai) anos | |
| compose | %!s(int64=5) %!d(string=hai) anos | |
| containers | %!s(int64=5) %!d(string=hai) anos | |
| context | %!s(int64=5) %!d(string=hai) anos | |
| docs | %!s(int64=5) %!d(string=hai) anos | |
| errdefs | %!s(int64=5) %!d(string=hai) anos | |
| example | %!s(int64=5) %!d(string=hai) anos | |
| moby | %!s(int64=5) %!d(string=hai) anos | |
| multierror | %!s(int64=5) %!d(string=hai) anos | |
| protos | %!s(int64=5) %!d(string=hai) anos | |
| server | %!s(int64=5) %!d(string=hai) anos | |
| tests | %!s(int64=5) %!d(string=hai) anos | |
| .dockerignore | %!s(int64=5) %!d(string=hai) anos | |
| .gitignore | %!s(int64=5) %!d(string=hai) anos | |
| .golangci.yml | %!s(int64=5) %!d(string=hai) anos | |
| Dockerfile | %!s(int64=5) %!d(string=hai) anos | |
| Makefile | %!s(int64=5) %!d(string=hai) anos | |
| README.md | %!s(int64=5) %!d(string=hai) anos | |
| builder.Makefile | %!s(int64=5) %!d(string=hai) anos | |
| go.mod | %!s(int64=5) %!d(string=hai) anos | |
| go.sum | %!s(int64=5) %!d(string=hai) anos |
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 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).
The new CLI delegates to the classic docker for default contexts ; delegation is done to docker-classic.
make classic-link will create a docker-classic link in /usr/local/bin if you don't already have it from Docker Desktop$ make
If you make changes to the .proto files, make sure to make protos to generate go code.
To run unit tests:
make test
If you need to update a golden file simply do go test ./... -test.update-golden.