Skip to content

Commit 37cd586

Browse files
author
dmullis
committed
Follow-on to preceding "Revert" -- commit to search-replace hack
1 parent 3654b79 commit 37cd586

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

cmd/goat/main.go

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ import (
66
"log"
77
"os"
88

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"
9+
"github.com/dmullis/goat"
1610
)
1711

1812
// Function init ...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/blampe/goat
1+
module github.com/dmullis/goat
22

33
go 1.17
44

0 commit comments

Comments
 (0)