This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch tmp-go in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git
commit 3cd6c78d269748f4f61d817d5cadc6ce09cd19c3 Author: imbajin <[email protected]> AuthorDate: Mon Oct 30 16:52:30 2023 +0800 Update README.md --- hugegraph-client-go/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hugegraph-client-go/README.md b/hugegraph-client-go/README.md index 11af9f7a..f1f5c056 100644 --- a/hugegraph-client-go/README.md +++ b/hugegraph-client-go/README.md @@ -10,8 +10,9 @@ #### 安装教程 -```shell -go get github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go +```bash +# 测试阶段使用单独的分支, 后续 master 合入后可去掉 tag +go get github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go@tmp-go ``` #### 实现 API @@ -91,4 +92,4 @@ type VersionResponse struct { API string `json:"api"` // hugegraph api version } ` json: 'versions'` } -``` \ No newline at end of file +```
