Skip to content

Commit 68fc2f7

Browse files
authored
Merge pull request #9 from uudashr/fix-packagename
Fix package name "duplicate" to "identical"
2 parents 01f11fb + 44122c8 commit 68fc2f7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ go install github.com/uudashr/iface/cmd/ifacecheck@latest
1919
To install individual linter, use the following command:
2020
```sh
2121
go install github.com/uudashr/iface/unused/cmd/unusediface@latest
22-
go install github.com/uudashr/iface/duplicate/cmd/duplicateiface@latest
22+
go install github.com/uudashr/iface/identical/cmd/identicaliface@latest
2323
go install github.com/uudashr/iface/opaque/cmd/opaqueiface@latest
2424
```
2525

0 commit comments

Comments
 (0)