Merge pull request #2 from apache/main

update
tree: 39684b3da9b23de810f83d3563d3bde222fd85f5
  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