Path to this page:
Subject: CVS commit: pkgsrc/devel/errcheck
From: Benny Siegert
Date: 2022-09-17 12:18:28
Message id: 20220917101828.40E66FA90@cvs.NetBSD.org
Log Message:
errcheck: update to 1.6.2
v1.6.2
- Calculate correct position with comments before the package keyword
v1.6.1
- Exclude (*io.Pipe{Read,Write}r).CloseWithError
- Provide go/analysis analyzer instance
- close file explicitly, to avoid "max open files" error
- Use "go install" instead of "go get" in README.md
- Test with Go 1.18, update deps
- Handle embedded nil interfaces
v1.6.0
- Add SelectorName field to UncheckedError result struct.
v1.5.0
- Support the -mod=vendor flag for using modules in a vendor directory
Files: