(m *testing.M)
| 22 | var gomobileBin string |
| 23 | |
| 24 | func TestMain(m *testing.M) { |
| 25 | os.Exit(testMain(m)) |
| 26 | } |
| 27 | |
| 28 | func testMain(m *testing.M) int { |
| 29 | // Build gomobile and gobind and put them into PATH. |
nothing calls this directly
no test coverage detected