Skip to content

Commit f24db4a

Browse files
authored
Merge pull request #5 from asteurer/fix
fix: making go-pkg its own module
2 parents d5a51fd + 49c373a commit f24db4a

10 files changed

Lines changed: 11 additions & 1 deletion

File tree

docs/pkg/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>go.bytecodealliance.org/pkg</title>
4+
<meta name="go-import" content="go.bytecodealliance.org/pkg git https://github.com/bytecodealliance/go-pkg" />
5+
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/pkg">
6+
</head>
7+
<body>
8+
<a href="https://pkg.go.dev/go.bytecodealliance.org/pkg">Redirecting to documentation…</a>
9+
</body>
10+
</html>

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module go.bytecodealliance.org
1+
module go.bytecodealliance.org/pkg
22

33
go 1.25
File renamed without changes.

0 commit comments

Comments
 (0)