misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2019-02-21 13:47:03 +01:00
commit 80c62b8a00
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -15,6 +15,8 @@
package gousb
// #cgo LDFLAGS: -lusb-1.0
// #cgo CFLAGS: -I/usr/include/libusb-1.0
// #include <libusb.h>
import "C"
import "strconv"