tree: 443dad918fb4ea378c1386211c0ae049131b4478 [path history] [tgz]
  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. .gitignore
  15. .golangci.yml
  16. eventmesh.go
  17. go.mod
  18. go.sum
  19. LICENSE
  20. Makefile
  21. README.md
eventmesh-server-go/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