mirror of
https://github.com/taigrr/adb.git
synced 2026-04-13 15:58:08 -07:00
- Implement filterErr to detect device-not-found, offline, unauthorized, connection-refused, and multiple-device errors from stderr output - Add ErrDeviceNotFound, ErrDeviceOffline, ErrDeviceUnauthorized, ErrConnectionRefused, ErrMoreThanOneDevice sentinel errors - Remove log.Printf in CaptureSequence (was marked TODO for removal) - Fix ConnString to use local variable instead of mutating value receiver - Update go directive to 1.26.2 - Update README: check implemented features, fix intro typo, add root/keyevent/getevent to supported functions list - Expand filterErr tests for all new error patterns
6 lines
108 B
Modula-2
6 lines
108 B
Modula-2
module github.com/taigrr/adb
|
|
|
|
go 1.26.2
|
|
|
|
require github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|