EventMesh go

Clone this repo:
  1. d471d4f Merge pull request #16 from Alonexc/add_issue_template by Eason Chen · 6 days ago main
  2. 3deba4e add issue template by Alonexc · 6 days ago
  3. 29729a9 Merge pull request #2 from apache/main by Alonexc · 2 weeks ago
  4. 828be3d Merge pull request #12 from Alonexc/Alonexc-patch-1 by Eason Chen · 3 weeks ago
  5. bcfa3d8 update ci.yml by Alonexc · 5 weeks ago

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