package adb import "notabug.org/Umnik/GoAndroidSDK/sdk/platformTools/adb/device" //Adb represents adb util type Adb struct { binPath string device device.Device }