fixing compilation for platoforms where the HID modules are not supported

This commit is contained in:
evilsocket 2019-02-21 12:35:25 +01:00
parent c6987c1652
commit 3e14cfe8ac
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
4 changed files with 64 additions and 0 deletions

View file

@ -1,3 +1,6 @@
// +build !windows
// +build !android
package hid
import (