joystick: exclude scanner from test builds

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans 2018-05-09 12:36:48 +02:00
parent 441a35093f
commit 4b85f0c3fa
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// +build utils
//
// Do not build by default.
//
// Joystick scanner
// Based on original code from Jacky Boen
// https://github.com/veandco/go-sdl2/blob/master/examples/events/events.go