Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 292 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 292 Bytes

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