TestingM is the minimal subset of testing.M that we use.
| 64 | |
| 65 | // TestingM is the minimal subset of testing.M that we use. |
| 66 | type TestingM interface { |
| 67 | Run() int |
| 68 | } |
| 69 | |
| 70 | type checkOptions struct { |
| 71 | allowedLeaks int |
no outgoing calls
no test coverage detected
searching dependent graphs…