Skip to content

Commit 0fbdc7f

Browse files
committed
use "go install" instead of "go get"
1 parent 1e5b915 commit 0fbdc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func printp(p *int) {
177177
go:
178178

179179
```console
180-
$ go get github.com/kyoh86/exportloopref/cmd/exportloopref
180+
$ go install github.com/kyoh86/exportloopref/cmd/exportloopref@latest
181181
```
182182

183183
[homebrew](https://brew.sh/):

0 commit comments

Comments
 (0)