This commit is contained in:
Kyle Lemons
2012-07-22 23:40:25 -07:00
parent b8ed23c967
commit 1723f5a08d
4 changed files with 18 additions and 18 deletions

View File

@@ -4,8 +4,8 @@ package usb
import "C"
import (
"log"
"fmt"
"log"
"reflect"
"sync"
"time"

View File

@@ -8,8 +8,8 @@ int submit(struct libusb_transfer *xfer);
import "C"
import (
"log"
"fmt"
"log"
"reflect"
"time"
"unsafe"