From 9ded3ef58b4cc77324ee13aa73ecf937f397cee9 Mon Sep 17 00:00:00 2001 From: fish Date: Fri, 22 Mar 2019 16:38:07 +0800 Subject: [PATCH] unimport unuse --- worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker.go b/worker.go index 252b7ea..4f7e7b7 100644 --- a/worker.go +++ b/worker.go @@ -4,7 +4,7 @@ import ( "encoding/binary" "github.com/tarm/serial" "log" - "math/rand" + _ "math/rand" "strconv" "sync" )