Skip to content

Latest commit

 

History

History

eventmesh-sdk-go

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

EventMesh Go SDK

Support api

  1. gRPC
  2. HTTP
  3. TCP

Makefile tip

1. use golangci-lint static code check

install:

go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
make lint

2. test code

make test

3. test coverage

make coverage