Skip to content

Commit

Permalink
feat: add index.html for go client (apache#296)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: imbajin <[email protected]>
  • Loading branch information
izliang and imbajin authored Oct 30, 2023
1 parent db2b0e1 commit b1345ea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions layouts/client-go/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<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-source" content="hugegraph.apache.org/client-go git https://github.com/incubator-hugegraph-toolchain/hugegraph-client-go/tree/release{/dir} https://github.com/incubator-hugegraph-toolchain/hugegraph-client-go/blob/release{/dir}/{file}#L{line}">
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/hugegraph.apache.org/client-go">
</head>
<body>
<p>Redirecting to <a href="https://pkg.go.dev/hugegraph.apache.org/client-go">pkg.go.dev/hugegraph.apache.org/client-go</a>...</p>
</body>
</html>

0 comments on commit b1345ea

Please sign in to comment.