Releases: fatih/faillint
Releases · fatih/faillint
v1.14.0
What's Changed
- bump go version to 1.18 by @trevorwhitney in #44
New Contributors
- @trevorwhitney made their first contribution in #44
Full Changelog: v1.13.0...v1.14.0
v1.13.0
v1.12.0
v1.11.0
v1.10.0
v1.9.0
What's Changed
- Update CI settings with latest, add linter by @fatih in #29
- Upgrade
golang.org/x/tools
to latest version by @joshmgross in #32
New Contributors
- @joshmgross made their first contribution in #32
Full Changelog: v1.8.0...v1.9.0
v1.8.0
v1.7.0
v1.6.1
v1.5.0
This release includes a new feature to select recursively all sub-paths for a given import path as well. The syntax is in the form of:
--paths "golang.org/x/net/..."
This means packags like golang.org/x/net/
including subpaths, such as golang.org/x/net/context
, golang.org/x/net/netutil
, etc.. will be also matched.
Code changes: #14