EventMesh Server Go
- Makefile tip
- use golangci-lint static code check
- install:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
make lint
- test code
make test
- test coverage
make coverage
- build code
make build