Skip to content

Commit

Permalink
use "go install" instead of "go get"
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Nov 13, 2023
1 parent 1e5b915 commit 0fbdc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func printp(p *int) {
go:

```console
$ go get github.com/kyoh86/exportloopref/cmd/exportloopref
$ go install github.com/kyoh86/exportloopref/cmd/exportloopref@latest
```

[homebrew](https://brew.sh/):
Expand Down

0 comments on commit 0fbdc7f

Please sign in to comment.