summaryrefslogtreecommitdiff
path: root/libgo/go/path/match.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/path/match.go')
-rw-r--r--libgo/go/path/match.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/path/match.go b/libgo/go/path/match.go
index bc685f48fbc..ba7e4de321e 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")