add missing utf-8 package import

This commit is contained in:
everyx 2014-02-23 15:42:54 +08:00
parent bfa6fa1771
commit d244c2cbe4

View File

@ -7,6 +7,7 @@ import (
"path/filepath" "path/filepath"
"regexp" "regexp"
"strings" "strings"
"unicode/utf8"
) )
func check(err error) { func check(err error) {