From 4e860c73fe3d56939ff80d86eadf918c4e1bc35d Mon Sep 17 00:00:00 2001 From: evilsocket Date: Mon, 4 Mar 2019 18:39:58 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- modules/hid/hid_unsupported.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/hid/hid_unsupported.go b/modules/hid/hid_unsupported.go index a7780480..3c7e1dca 100644 --- a/modules/hid/hid_unsupported.go +++ b/modules/hid/hid_unsupported.go @@ -1,5 +1,4 @@ -// +build windows -// +build android +// +build windows android package hid