Skip to content

Commit 4633c53

Browse files
authored
Fix go-import meta tag to use 'git' protocol
1 parent 0817431 commit 4633c53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/core/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta name="go-import" content="dappco.re/go/core mod https://github.com/dAppCore/core.git">
4+
<meta name="go-import" content="dappco.re/go/core git https://github.com/dAppCore/core.git">
55
<meta http-equiv="refresh" content="0; url=https://github.com/dAppCore/core">
66
</head>
77
<body>

0 commit comments

Comments
 (0)