diff options
Diffstat (limited to 'libgo/go/html/entity_test.go')
-rw-r--r-- | libgo/go/html/entity_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/html/entity_test.go b/libgo/go/html/entity_test.go index 2cf49d61d2d..b53f866fa2d 100644 --- a/libgo/go/html/entity_test.go +++ b/libgo/go/html/entity_test.go @@ -6,7 +6,7 @@ package html import ( "testing" - "utf8" + "unicode/utf8" ) func TestEntityLength(t *testing.T) { |