Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Nathaniel Nutter <iam@nnutter.com>
  • Loading branch information
bwplotka and nnutter authored Mar 7, 2020
1 parent 5dbd63e commit cbf9411
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ go get github.com/fatih/faillint
`faillint` works on a file, directory or a Go package:

```sh
$ faillint -paths "errors,fmt.{Errof}" foo.go # pass a file
$ faillint -paths "errors,fmt.{Errof}" ./... # recursively analyze all files
$ faillint -paths "errors,fmt.{Errof}" github.com/fatih/gomodifytags # or pass a package
$ faillint -paths "errors,fmt.{Errorf}" foo.go # pass a file
$ faillint -paths "errors,fmt.{Errorf}" ./... # recursively analyze all files
$ faillint -paths "errors,fmt.{Errorf}" github.com/fatih/gomodifytags # or pass a package
```

By default, `faillint` will not check any import paths. You need to explicitly
Expand Down

0 comments on commit cbf9411

Please sign in to comment.