We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cee5de commit 167c174Copy full SHA for 167c174
docs/index.html
@@ -1,5 +1,6 @@
1
<html>
2
<head>
3
<meta name="go-import" content="go.bytecodealliance.org git https://github.com/bytecodealliance/go-modules" />
4
+ <script src="/redirect.js"></script>
5
</head>
6
</html>
docs/redirect.js
@@ -0,0 +1 @@
+window.location = `https://pkg.go.dev/${window.location.hostname}${window.location.pathname}`
0 commit comments