TestingM is the minimal subset of testing.M that we use.
| 34 | |
| 35 | // TestingM is the minimal subset of testing.M that we use. |
| 36 | type TestingM interface { |
| 37 | Run() int |
| 38 | } |
| 39 | |
| 40 | // VerifyTestMain can be used in a TestMain function for package tests to |
| 41 | // verify that there were no goroutine leaks. |
no outgoing calls
no test coverage detected
searching dependent graphs…