internal/gamepad: bug fix: go-vet failed

Updates #1452
This commit is contained in:
Hajime Hoshi 2022-01-23 01:56:08 +09:00
parent ff24f7718c
commit 580307f150

View File

@ -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 (