diff options
| author | Rob Pike <r@golang.org> | 2011-11-08 15:41:54 -0800 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2011-11-08 15:41:54 -0800 |
| commit | 45e3bcb34389808232f61899936731ebacb778ef (patch) | |
| tree | b5f62f645f0a9bfc65ba292a21e958641efad4f4 /src/pkg/path | |
| parent | 30aa701fec9fad07180ca45958cf552b193a4d3a (diff) | |
| download | go-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')
| -rw-r--r-- | src/pkg/path/filepath/match.go | 2 | ||||
| -rw-r--r-- | src/pkg/path/match.go | 2 |
2 files changed, 2 insertions, 2 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") diff --git a/src/pkg/path/match.go b/src/pkg/path/match.go index bc685f48fb..ba7e4de321 100644 --- a/src/pkg/path/match.go +++ b/src/pkg/path/match.go @@ -7,7 +7,7 @@ package path import ( "errors" "strings" - "utf8" + "unicode/utf8" ) var ErrBadPattern = errors.New("syntax error in pattern") |
