Files
GoADB/types.go

6 lines
56 B
Go

package goadb
type Device struct {
Serial string
}