You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2023/01/31 06:42:41 UTC

[incubator-eventmesh] branch master updated: [ISSUE #2968]Polish eventmesh-sdk-go README.md document

This is an automated email from the ASF dual-hosted git repository.

chenguangsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f2caf289 [ISSUE #2968]Polish eventmesh-sdk-go README.md document
     new 097c5a477 Merge pull request #2969 from mxsm/eventmesh-2968
3f2caf289 is described below

commit 3f2caf289af5b13caaa5293b8e151cd8d335e0a1
Author: mxsm <lj...@gmail.com>
AuthorDate: Mon Jan 30 23:00:33 2023 +0800

    [ISSUE #2968]Polish eventmesh-sdk-go README.md document
---
 eventmesh-sdk-go/README.md | 45 +++++++++++++++++++++++++++++----------------
 1 file changed, 29 insertions(+), 16 deletions(-)

diff --git a/eventmesh-sdk-go/README.md b/eventmesh-sdk-go/README.md
index 8b627788e..cdab66a7f 100644
--- a/eventmesh-sdk-go/README.md
+++ b/eventmesh-sdk-go/README.md
@@ -1,17 +1,30 @@
-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`
+## EventMesh Go SDK
 
+### Support api
+
+1. **gRPC**
+2. **HTTP**
+3. **TCP**
+
+### Makefile tip
+
+#### 1. use golangci-lint static code check
+
+install:
+
+```shell
+go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
+make lint
+```
+
+#### 2. test code
+
+```shell
+make test
+```
+
+#### 3. test coverage
+
+```shell
+make coverage
+```


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org