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