You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide any additional information below.
After Go 1.
https://groups.google.com/forum/?fromgroups#!topic/golang-dev/-g7k7Hes4ZA
The idea is to allow tests that run like this:
go test -c foo && sudo ./foo.test
or in any other way where the go tool isn't running it, and which has third-party
logging code, to give an indication that the test could disable that logging.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: