From 580307f150660d8c700ca314a4f301d238bfdd92 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 23 Jan 2022 01:56:08 +0900 Subject: [PATCH] internal/gamepad: bug fix: go-vet failed Updates #1452 --- internal/gamepad/gamepad.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/gamepad/gamepad.go b/internal/gamepad/gamepad.go index 1c53ebc37..b0cff3d72 100644 --- a/internal/gamepad/gamepad.go +++ b/internal/gamepad/gamepad.go @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build darwin && !ios +// +build darwin,!ios + package gamepad import (