Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(152)

Unified Diff: src/pkg/go/scanner/scanner.go

Issue 5358041: code review 5358041: renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* (Closed)
Patch Set: diff -r f759d7ef4e8b https://go.googlecode.com/hg/ Created 13 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/go/printer/printer.go ('k') | src/pkg/go/token/serialize.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/go/scanner/scanner.go
===================================================================
--- a/src/pkg/go/scanner/scanner.go
+++ b/src/pkg/go/scanner/scanner.go
@@ -27,7 +27,7 @@
"path/filepath"
"strconv"
"unicode"
- "utf8"
+ "unicode/utf8"
)
// A Scanner holds the scanner's internal state while processing
« no previous file with comments | « src/pkg/go/printer/printer.go ('k') | src/pkg/go/token/serialize.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b