Merge pull request #11 from harshithasudhakar/patch-5

[ISSUE #3764]unnecessary assignment to the blank identifier
tree: 77d567599a776daf91d654b9df4e19e6d60d077f
  1. .github/
  2. api/
  3. assets/
  4. config/
  5. configs/
  6. deployments/
  7. examples/
  8. log/
  9. pkg/
  10. plugin/
  11. runtime/
  12. scripts/
  13. style/
  14. tests/
  15. .asf.yaml
  16. eventmesh.go
  17. go.mod
  18. go.sum
  19. LICENSE
  20. Makefile
  21. README.md
README.md

EventMesh Server Go

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