adb: Allow raw command execution

This commit is contained in:
2025-10-13 19:04:32 +02:00
parent 1359b1adb3
commit d1da3deb8d
3 changed files with 53 additions and 0 deletions

5
types.go Normal file
View File

@@ -0,0 +1,5 @@
package goadb
type Device struct {
Serial string
}