diff --git a/modules/hid/build_amazon.go b/modules/hid/build_amazon.go index 4dc6fd1b..eb65da7c 100644 --- a/modules/hid/build_amazon.go +++ b/modules/hid/build_amazon.go @@ -1,5 +1,4 @@ // +build !windows -// +build !android package hid diff --git a/modules/hid/build_logitech.go b/modules/hid/build_logitech.go index b824db0e..90889d78 100644 --- a/modules/hid/build_logitech.go +++ b/modules/hid/build_logitech.go @@ -1,5 +1,4 @@ // +build !windows -// +build !android package hid diff --git a/modules/hid/build_microsoft.go b/modules/hid/build_microsoft.go index 1f32e308..a1dc9c37 100644 --- a/modules/hid/build_microsoft.go +++ b/modules/hid/build_microsoft.go @@ -1,5 +1,4 @@ // +build !windows -// +build !android package hid diff --git a/modules/hid/builders.go b/modules/hid/builders.go index b48f8d90..ef03d699 100644 --- a/modules/hid/builders.go +++ b/modules/hid/builders.go @@ -1,5 +1,4 @@ // +build !windows -// +build !android package hid diff --git a/modules/hid/command.go b/modules/hid/command.go index 2dd2fb35..a2671875 100644 --- a/modules/hid/command.go +++ b/modules/hid/command.go @@ -1,5 +1,4 @@ // +build !windows -// +build !android package hid diff --git a/modules/hid/duckyparser.go b/modules/hid/duckyparser.go index 3f6ada78..34b4df58 100644 --- a/modules/hid/duckyparser.go +++ b/modules/hid/duckyparser.go @@ -1,5 +1,4 @@ // +build !windows -// +build !android package hid diff --git a/modules/hid/hid_inject.go b/modules/hid/hid_inject.go index 5bbd75e1..1baa3f0c 100644 --- a/modules/hid/hid_inject.go +++ b/modules/hid/hid_inject.go @@ -1,5 +1,4 @@ // +build !windows -// +build !android package hid diff --git a/modules/hid/hid_recon.go b/modules/hid/hid_recon.go index 9ca141f2..1d081903 100644 --- a/modules/hid/hid_recon.go +++ b/modules/hid/hid_recon.go @@ -1,5 +1,4 @@ // +build !windows -// +build !android package hid diff --git a/modules/hid/hid_show.go b/modules/hid/hid_show.go index 315dbb3e..5f58c19b 100644 --- a/modules/hid/hid_show.go +++ b/modules/hid/hid_show.go @@ -1,5 +1,4 @@ // +build !windows -// +build !android package hid diff --git a/modules/hid/hid_show_sort.go b/modules/hid/hid_show_sort.go index d2c739a4..c21c959d 100644 --- a/modules/hid/hid_show_sort.go +++ b/modules/hid/hid_show_sort.go @@ -1,5 +1,4 @@ // +build !windows -// +build !android package hid diff --git a/modules/hid/hid_sniff.go b/modules/hid/hid_sniff.go index 844e4da6..bc77886e 100644 --- a/modules/hid/hid_sniff.go +++ b/modules/hid/hid_sniff.go @@ -1,5 +1,4 @@ // +build !windows -// +build !android package hid diff --git a/modules/hid/hid_unsupported.go b/modules/hid/hid_unsupported.go index 3c7e1dca..372efed9 100644 --- a/modules/hid/hid_unsupported.go +++ b/modules/hid/hid_unsupported.go @@ -1,4 +1,4 @@ -// +build windows android +// +build windows package hid diff --git a/modules/hid/keymaps.go b/modules/hid/keymaps.go index 40aa7dad..22167dde 100644 --- a/modules/hid/keymaps.go +++ b/modules/hid/keymaps.go @@ -1,5 +1,4 @@ // +build !windows -// +build !android package hid