Skip to content

Commit eb7ca65

Browse files
author
dmullis
committed
XX Brute force edit: "dmullis" -> "blampe"
1 parent 4200b1f commit eb7ca65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ with rows above and below.
3737

3838
## Installation
3939
```
40-
$ go install github.com/dmullis/goat/cmd/goat@latest
40+
$ go install github.com/blampe/goat/cmd/goat@latest
4141
```
4242

4343
## Examples

cmd/goat/main.go

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

9-
"github.com/dmullis/goat"
9+
"github.com/blampe/goat"
1010
)
1111

1212
// 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/dmullis/goat
1+
module github.com/blampe/goat
22

33
go 1.17
44

0 commit comments

Comments
 (0)