Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow bare errors from golang.org/x/sys/unix
This is my naive (and incomplete) approach to fix GH issue #10. The problems with this implementation are: - no test cases (it seems those would need the whole golang.org/x/sys/unix to be available under testdata/src); - a check is too relaxed (ignoring all errors that start from "E" from any package named "unix"). Alas, I have no idea how to fix those. Signed-off-by: Kir Kolyshkin <[email protected]>
- Loading branch information