Skip to content

Commit 4b98033

Browse files
committed
🐛 fix go mod module name
1 parent a931cb9 commit 4b98033

5 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TODO: pre-build or how to build
1212

1313
```go
1414
// ...
15-
import "stefanitsky.me/gachinator"
15+
import "github.com/stefanitsky/gachinator"
1616
// ...
1717

1818
func main() {
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
goos: darwin
22
goarch: arm64
3-
pkg: stefanitsky.me/gachinator
3+
pkg: github.com/stefanitsky/gachinator
44
BenchmarkGachinate-8 751 1430418 ns/op 5641 B/op 1 allocs/op
55
PASS
6-
ok stefanitsky.me/gachinator 1.368s
6+
ok github.com/stefanitsky/gachinator 1.368s
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
goos: darwin
22
goarch: arm64
3-
pkg: stefanitsky.me/gachinator
3+
pkg: github.com/stefanitsky/gachinator
44
BenchmarkGachinate-8 474 2498931 ns/op 9004 B/op 2 allocs/op
55
PASS
6-
ok stefanitsky.me/gachinator 1.531s
6+
ok github.com/stefanitsky/gachinator 1.531s

cmd/gachinator/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"fmt"
77
"os"
88

9-
"stefanitsky.me/gachinator"
9+
"github.com/stefanitsky/gachinator"
1010
)
1111

1212
var (

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module stefanitsky.me/gachinator
1+
module github.com/stefanitsky/gachinator
22

33
go 1.17

0 commit comments

Comments
 (0)