unimport unuse

This commit is contained in:
fish 2019-03-22 16:38:07 +08:00
parent 3721f2a6d2
commit 9ded3ef58b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import (
"encoding/binary"
"github.com/tarm/serial"
"log"
"math/rand"
_ "math/rand"
"strconv"
"sync"
)