We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
regexp.MustCompile(literal-regexp) could be checked by vet to make sure the regexp really does compile.
The text was updated successfully, but these errors were encountered:
Comment 1:
Other Dave was going to take a crack at this.
Labels changed: added repo-tools.
Owner changed to @okdave.
Sorry, something went wrong.
Comment 2:
Might as well check regexp.Compile with a string literal while you're at it--a bad regexp there is worth a warning too.
Comment 3:
It was decided not to do this. https://golang.org/cl/98850043/
Status changed to WontFix.
No branches or pull requests
The text was updated successfully, but these errors were encountered: