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 3654b79 commit 37cd586Copy full SHA for 37cd586
cmd/goat/main.go
@@ -6,13 +6,7 @@ import (
6
"log"
7
"os"
8
9
- // X Note that go.sum contains this:
10
- //
11
- // replace (
12
- // github.com/blampe/goat => /
13
- // )
14
- // X X This is not good enough for 'go get -u github.com/<other-user/goat'
15
- "github.com/blampe/goat"
+ "github.com/dmullis/goat"
16
)
17
18
// Function init ...
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/blampe/goat
+module github.com/dmullis/goat
2
3
go 1.17
4
0 commit comments