From 6d305ebe1e4086329bcaa137b44a5f452cbd7193 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 15 May 2015 17:42:49 +0200 Subject: Split Device --- usb.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'usb.go') diff --git a/usb.go b/usb.go index 660ca29..7aa75c2 100644 --- a/usb.go +++ b/usb.go @@ -8,11 +8,6 @@ import ( "github.com/kylelemons/gousb/usb" ) -type Devicer interface { - Close() - Handle() *bufio.ReadWriter -} - type USB struct { ctx *usb.Context dev *usb.Device -- cgit v1.2.3