Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aziule committed Jul 27, 2020
1 parent fbe8d43 commit f995a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ filebuildtag -filetags "foo.go:bar,*_integration_test.go:integration" .
To facilitate the integration with existing linter runners, you can use the `Analyzer` provided:
```go
cfg := filebuildtag.Config{}
cfg.WithFiletag("foo", "tag1").
.WithFiletag("bar", "tag2")
cfg.WithFiletag("foo.go", "tag1").
.WithFiletag("*_suffix.go", "tag2")
analyzer := NewAnalyzer(cfg)
```

Expand Down

0 comments on commit f995a75

Please sign in to comment.