From 54f151074c1da0d883a492434606e927f66e1d76 Mon Sep 17 00:00:00 2001 From: lordwelch Date: Thu, 26 Oct 2017 17:24:18 -0600 Subject: [PATCH] test program --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5786b08..8da2061 100644 --- a/main.go +++ b/main.go @@ -34,5 +34,5 @@ func main() { fmt.Printf("%08b\n", test[0]) file, _ := os.Open("/dev/hidg0") file.Write(test[:]) - + file.Close() }