This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch imbajin-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
commit 5f3dd09fb97c99b652dbe90d93c26ad0559ffe33 Author: imbajin <[email protected]> AuthorDate: Mon Oct 30 15:38:48 2023 +0800 fix: use specified branch in go index --- static/client-go/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/client-go/index.html b/static/client-go/index.html index b3fcfc47..792935cd 100644 --- a/static/client-go/index.html +++ b/static/client-go/index.html @@ -1,6 +1,6 @@ <html> <head> - <meta name="go-import" content="hugegraph.apache.org/client-go git https://github.com/incubator-hugegraph-toolchain/hugegraph-client-go"> + <meta name="go-import" content="hugegraph.apache.org/client-go git https://github.com/incubator-hugegraph-toolchain/hugegraph-client-go.git branch=tmp-go"> <meta name="go-source" content="hugegraph.apache.org/client-go git https://github.com/incubator-hugegraph-toolchain/hugegraph-client-go/tree/tmp-go{/dir} https://github.com/incubator-hugegraph-toolchain/hugegraph-client-go/blob/tmp-go{/dir}/{file}#L{line}"> <meta http-equiv="refresh" content="0; url=https://pkg.go.dev/hugegraph.apache.org/client-go"> </head>
