diff options
Diffstat (limited to 'libgo/go/old/template/parse.go')
-rw-r--r-- | libgo/go/old/template/parse.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/old/template/parse.go b/libgo/go/old/template/parse.go index fc9885feef7..b8c806472ee 100644 --- a/libgo/go/old/template/parse.go +++ b/libgo/go/old/template/parse.go @@ -14,7 +14,7 @@ import ( "strconv" "strings" "unicode" - "utf8" + "unicode/utf8" ) // Errors returned during parsing and execution. Users may extract the information and reformat |