Skip to content

Commit b5d5fa0

Browse files
authored
Add index.html for go/core module redirection
1 parent 79df8a6 commit b5d5fa0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

go/core/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta name="go-import" content="dappco.re/go/core git https://github.com/dAppCore/go.git">
5+
<meta name="go-source" content="dappco.re/go/core https://github.com/dAppCore/go/tree/main/pkg/core https://github.com/dAppCore/go/tree/main/pkg/core{/dir} https://github.com/dAppCore/go/blob/main/pkg/core{/dir}/{file}#L{line}">
6+
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/go/tree/main/pkg/core">
7+
</head>
8+
<body>
9+
Redirecting to <a href="https://github.com/dAppCore/go/tree/main/pkg/core">github.com/dAppCore/go/pkg/core</a>...
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)