Merge pull request #10 from harshithasudhakar/patch-4

[ISSUE #3768]should use time.Since instead of time.Now().Sub[producer_processor.go]
tree: 12ac46ec995a2412b85ad69798851ca77458c69d
  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