aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path/filepath
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-11-08 15:41:54 -0800
committerRob Pike <r@golang.org>2011-11-08 15:41:54 -0800
commit45e3bcb34389808232f61899936731ebacb778ef (patch)
treeb5f62f645f0a9bfc65ba292a21e958641efad4f4 /src/pkg/path/filepath
parent30aa701fec9fad07180ca45958cf552b193a4d3a (diff)
downloadgo-45e3bcb34389808232f61899936731ebacb778ef.tar.xz
renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*
R=rsc CC=golang-dev https://golang.org/cl/5345045
Diffstat (limited to 'src/pkg/path/filepath')
-rw-r--r--src/pkg/path/filepath/match.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/path/filepath/match.go b/src/pkg/path/filepath/match.go
index bc0930e98b..8cf1f9ad10 100644
--- a/src/pkg/path/filepath/match.go
+++ b/src/pkg/path/filepath/match.go
@@ -9,7 +9,7 @@ import (
"os"
"sort"
"strings"
- "utf8"
+ "unicode/utf8"
)
var ErrBadPattern = errors.New("syntax error in pattern")