aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/strconv/quote.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/strconv/quote.go')
-rw-r--r--libgo/go/strconv/quote.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/strconv/quote.go b/libgo/go/strconv/quote.go
index 24b19be..9b48c07 100644
--- a/libgo/go/strconv/quote.go
+++ b/libgo/go/strconv/quote.go
@@ -8,7 +8,7 @@ import (
"bytes"
"strings"
"unicode"
- "utf8"
+ "unicode/utf8"
)
const lowerhex = "0123456789abcdef"