apache / eventmesh-go

EventMesh go

Home Page:https://eventmesh.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

EventMesh go

https://eventmesh.apache.org/

License:Apache License 2.0


Languages

Language:Go 98.4%Language:Makefile 1.0%Language:Shell 0.6%