polyfloyd / go-errorlint

A source code linter that can be used to find code that will cause problems with Go's error wrapping scheme
MIT License
248 stars 19 forks source link

fix: add missing testdata #52

Closed kolyshkin closed 1 year ago

kolyshkin commented 1 year ago

Commit 41edee20b684e61 forgot to add golang.org/x/sys/unix stub. Whoops.

Reported by @triarius in https://github.com/polyfloyd/go-errorlint/pull/51#issuecomment-1662145924

polyfloyd commented 1 year ago

Thanks!