transfer server-go from parent
155 files changed
tree: af7be03e5768782732fa96a3a2b58ec0b3001f08
  1. api/
  2. assets/
  3. config/
  4. configs/
  5. deployments/
  6. examples/
  7. log/
  8. pkg/
  9. plugin/
  10. runtime/
  11. scripts/
  12. style/
  13. tests/
  14. eventmesh.go
  15. go.mod
  16. go.sum
  17. LICENSE
  18. Makefile
  19. 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