Skip to content

Commit

Permalink
interfaces: update README.md (#36)
Browse files Browse the repository at this point in the history
use go install instead of go get due to https://go.dev/doc/go-get-install-deprecation
  • Loading branch information
wirekang authored Aug 7, 2022
1 parent 915e862 commit 1752681
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 @@ -12,7 +12,7 @@ Generates an interface for a named type.

*Installation*
```bash
~ $ go get github.com/rjeczalik/interfaces/cmd/interfacer
~ $ go install github.com/rjeczalik/interfaces/cmd/interfacer@latest
```

*Usage*
Expand Down

0 comments on commit 1752681

Please sign in to comment.