Releases: fatih/errwrap
Releases · fatih/errwrap
v1.6.0
v1.5.0
v1.4.0
What's Changed
- Don't clobber the AST when generating suggested fixes by @reillywatson in #15
New Contributors
- @reillywatson made their first contribution in #15
Full Changelog: v1.3.1...v1.4.0
v1.3.1
v1.2.0
v1.1.0
- Includes dependency updates:
- require golang.org/x/tools v0.0.0-20191014205221-18e3458ac98b
+ require golang.org/x/tools v0.0.0-20200113211014-78c17663447c
- The pkg has changed. The command is now in the root of the dir and the analyzer is a public pkg, so it can be included in other tools if needed.