()
| 72 | } |
| 73 | |
| 74 | func initOnAndroid() { |
| 75 | // Good enough heuristic. Suggestions welcome. |
| 76 | onAndroidCache = dirExists("/data/data") && dirExists("/system/etc") |
| 77 | } |
| 78 | |
| 79 | var pingRx = regexp.MustCompile(`\((.+?)\)`) |
| 80 |
nothing calls this directly
no test coverage detected