Merge pull request #11 from harshithasudhakar/patch-5 [ISSUE #3764]unnecessary assignment to the blank identifier
EventMesh Server Go
- use golangci-lint static code check
- install:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latestmake lint
- test code
make test
- test coverage
make coverage
- build code
make build