aboutsummaryrefslogtreecommitdiff
path: root/device.go
blob: 001b8deae6509aeb547aacebcd9b839815d6ebe7 (plain)
1
2
3
4
5
6
7
package robo

import "io"

type Device interface {
	io.ReadWriteCloser
}