Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
|
Sign in
(459)
Issues
Repositories
Search
Open Issues
|
Closed Issues
|
All Issues
|
Sign in
with your
Google Account
to create issues and add comments
Unified Diff: test/ken/divconst.go
Issue
5338043
:
code review 5338043: renaming_4: gofix -r everything/but/src/pkg (Closed)
Patch Set: diff -r fbac675badb4 https://go.googlecode.com/hg/
Created 13 years, 5 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:
doc/codelab/wiki/final.go
doc/codelab/wiki/final-noclosure.go
doc/codelab/wiki/final-noerror.go
doc/codelab/wiki/final-parsetemplate.go
doc/codelab/wiki/final-template.go
doc/codelab/wiki/get.go
doc/codelab/wiki/htmlify.go
doc/codelab/wiki/http-sample.go
doc/codelab/wiki/index.html
doc/codelab/wiki/notemplate.go
doc/codelab/wiki/part2.go
doc/codelab/wiki/srcextract.go
doc/codewalk/markov.go
doc/codewalk/pig.go
doc/codewalk/urlpoll.go
doc/progs/eff_qr.go
doc/talks/io2010/balance.go
doc/tmpltohtml.go
misc/dashboard/builder/exec.go
misc/dashboard/builder/http.go
misc/dashboard/builder/main.go
misc/goplay/goplay.go
src/cmd/cgo/util.go
src/cmd/go/main.go
src/cmd/godoc/appinit.go
src/cmd/godoc/codewalk.go
src/cmd/godoc/format.go
src/cmd/godoc/godoc.go
src/cmd/godoc/httpzip.go
src/cmd/godoc/index.go
src/cmd/godoc/main.go
src/cmd/godoc/spec.go
src/cmd/godoc/utils.go
src/cmd/gofix/main.go
src/cmd/gofmt/gofmt.go
src/cmd/gofmt/rewrite.go
src/cmd/goinstall/download.go
src/cmd/goinstall/main.go
src/cmd/goinstall/make.go
src/cmd/gotest/gotest.go
src/cmd/govet/govet.go
src/cmd/hgpatch/main.go
test/alias.go
test/bench/pidigits.go
test/chan/select5.go
test/cmplxdivide.go
test/garbage/parser.go
test/ken/divconst.go
test/ken/modconst.go
test/mallocrand.go
test/stringrange.go
test/utf.go
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« test/garbage/parser.go
('k') |
test/ken/modconst.go »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: test/ken/divconst.go
===================================================================
--- a/test/ken/divconst.go
+++ b/test/ken/divconst.go
@@ -6,7 +6,7 @@
package main
-import "rand"
+import "math/rand"
const Count = 1e5
« no previous file with comments
|
« test/garbage/parser.go
('k') |
test/ken/modconst.go »
('j') |
no next file with comments »
Issue 5338043: code review 5338043: renaming_4: gofix -r everything/but/src/pkg (Closed)
Created 13 years, 5 months ago by r
Modified 13 years, 5 months ago
Reviewers:
Base URL:
Comments: 4
Recent Issues
|
This issue
This is Rietveld
f62528b