Skip to content
This repository has been archived by the owner on Sep 1, 2018. It is now read-only.

Commit

Permalink
README: clarify that this tool is subjective
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Mar 26, 2018
1 parent 99221a8 commit 822e100
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ the usage of types that are more specific than necessary.

go get -u mvdan.cc/interfacer

Note that this linter's suggestions tend to be subjective, as interfaces
are not always the better option. You should select the proposed changes
that make sense in your codebase, instead of following all of them
blindly.

### Usage

```go
Expand Down

0 comments on commit 822e100

Please sign in to comment.