mirror of
https://git.sr.ht/~eliasnaur/gio-cmd
synced 2026-07-05 01:15:32 +00:00
all: cleanup code and upgrade to modern Go facilities
Signed-off-by: ddkwork
This commit is contained in:
@@ -121,7 +121,7 @@ func (d *AndroidTestDriver) tryUninstall() {
|
||||
}
|
||||
}
|
||||
|
||||
func (d *AndroidTestDriver) adb(args ...interface{}) []byte {
|
||||
func (d *AndroidTestDriver) adb(args ...any) []byte {
|
||||
strs := []string{}
|
||||
for _, arg := range args {
|
||||
strs = append(strs, fmt.Sprint(arg))
|
||||
|
||||
Reference in New Issue
Block a user