From 9c63abc9a1d127f95162756467284cf76b47aff8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 7 Dec 2011 01:11:29 +0000 Subject: libgo: Update to weekly 2011-11-09. From-SVN: r182073 --- libgo/go/path/filepath/match.go | 2 +- libgo/go/path/filepath/match_test.go | 2 +- libgo/go/path/match.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libgo/go/path') diff --git a/libgo/go/path/filepath/match.go b/libgo/go/path/filepath/match.go index bc0930e..8cf1f9a 100644 --- a/libgo/go/path/filepath/match.go +++ b/libgo/go/path/filepath/match.go @@ -9,7 +9,7 @@ import ( "os" "sort" "strings" - "utf8" + "unicode/utf8" ) var ErrBadPattern = errors.New("syntax error in pattern") diff --git a/libgo/go/path/filepath/match_test.go b/libgo/go/path/filepath/match_test.go index bf253a4..dc0fff2 100644 --- a/libgo/go/path/filepath/match_test.go +++ b/libgo/go/path/filepath/match_test.go @@ -6,8 +6,8 @@ package filepath_test import ( . "path/filepath" - "testing" "runtime" + "testing" ) type MatchTest struct { diff --git a/libgo/go/path/match.go b/libgo/go/path/match.go index bc685f4..ba7e4de 100644 --- a/libgo/go/path/match.go +++ b/libgo/go/path/match.go @@ -7,7 +7,7 @@ package path import ( "errors" "strings" - "utf8" + "unicode/utf8" ) var ErrBadPattern = errors.New("syntax error in pattern") -- cgit v1.1