8 lines
88 B
Go
8 lines
88 B
Go
package goadb
|
|
|
|
type Device struct {
|
|
Serial string
|
|
Screenx int
|
|
Screeny int
|
|
}
|