21
0

fix the unused import

This commit is contained in:
Liu Ming 2016-07-02 22:20:58 +08:00
parent eaea4d0573
commit da346a5ffb

View File

@ -4,7 +4,6 @@ import (
"bytes" "bytes"
"encoding/binary" "encoding/binary"
"io" "io"
"log"
"os" "os"
"unicode/utf16" "unicode/utf16"
) )