We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01f11fb + 44122c8 commit 68fc2f7Copy full SHA for 68fc2f7
README.md
@@ -19,7 +19,7 @@ go install github.com/uudashr/iface/cmd/ifacecheck@latest
19
To install individual linter, use the following command:
20
```sh
21
go install github.com/uudashr/iface/unused/cmd/unusediface@latest
22
-go install github.com/uudashr/iface/duplicate/cmd/duplicateiface@latest
+go install github.com/uudashr/iface/identical/cmd/identicaliface@latest
23
go install github.com/uudashr/iface/opaque/cmd/opaqueiface@latest
24
```
25
identical/cmd/duplicateiface/main.go identical/cmd/identicaliface/main.goidentical/cmd/duplicateiface/main.go renamed to identical/cmd/identicaliface/main.go
0 commit comments