Skip to content

go/analysis/passes/errorsas: support other packages #283

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ShoshinNikita
Copy link
Contributor

errorsas now supports other packages. By default, it checks
github.com/pkg/errors and golang.org/x/xerrors, but additional
packages can be passed via -pkgs flag.

Fixes golang/go#44784

errorsas now supports other packages. By default, it checks
github.com/pkg/errors and golang.org/x/xerrors, but additional
packages can be passed via -pkgs flag.

Fixes golang/go#44784
@google-cla google-cla bot added the cla: yes label Mar 6, 2021
@gopherbot
Copy link
Contributor

This PR (HEAD: d51af93) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/tools/+/299429 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

x/tools/go/analysis/passes/errorsas: support errors.As provided by other packages
2 participants