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
I ran 'go test' in a subprocess with no environment at all (accidentally), and it failed with
could not parse netrc (GOAUTH=netrc): $HOME is not defined
The usual convention is that calls to base.Fatalf need to provide a 'go: ' prefix in the error. The ones in auth should be fixed.
/cc @matloob @samthanawalla
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran 'go test' in a subprocess with no environment at all (accidentally), and it failed with
The usual convention is that calls to base.Fatalf need to provide a 'go: ' prefix in the error.
The ones in auth should be fixed.
/cc @matloob @samthanawalla
The text was updated successfully, but these errors were encountered: