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
(1636)
Issues
Repositories
Search
Open Issues
|
Closed Issues
|
All Issues
|
Sign in
with your
Google Account
to create issues and add comments
Unified Diff: src/pkg/Makefile
Issue
163085
:
code review 163085: move ReadFile, WriteFile, and ReadDir into a separate i... (Closed)
Patch Set: code review 163085: move ReadFile, WriteFile, and ReadDir into a separate i...
Created 15 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:
src/cmd/cgo/util.go
src/cmd/ebnflint/ebnflint.go
src/cmd/godoc/godoc.go
src/cmd/gofmt/gofmt.go
src/cmd/hgpatch/main.go
src/pkg/Makefile
src/pkg/archive/tar/writer_test.go
src/pkg/compress/flate/deflate_test.go
src/pkg/compress/zlib/writer_test.go
src/pkg/debug/proc/proc_linux.go
src/pkg/ebnf/ebnf_test.go
src/pkg/encoding/ascii85/ascii85_test.go
src/pkg/encoding/base64/base64_test.go
src/pkg/encoding/git85/git_test.go
src/pkg/exec/exec_test.go
src/pkg/exp/eval/main.go
src/pkg/go/parser/interface.go
src/pkg/go/printer/printer_test.go
src/pkg/http/client_test.go
src/pkg/http/request.go
src/pkg/io/Makefile
src/pkg/io/io.go
src/pkg/io/ioutil/Makefile
src/pkg/io/ioutil/ioutil.go
src/pkg/io/ioutil/ioutil_test.go
src/pkg/os/os_test.go
src/pkg/path/path.go
src/pkg/time/zoneinfo.go
test/bench/k-nucleotide.go
test/bench/regex-dna.go
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« src/cmd/hgpatch/main.go
('k') |
src/pkg/archive/tar/writer_test.go »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: src/pkg/Makefile
===================================================================
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -70,6 +70,7 @@
image\
image/png\
io\
+ io/ioutil\
json\
log\
malloc\
« no previous file with comments
|
« src/cmd/hgpatch/main.go
('k') |
src/pkg/archive/tar/writer_test.go »
('j') |
no next file with comments »
Issue 163085: code review 163085: move ReadFile, WriteFile, and ReadDir into a separate i... (Closed)
Created 15 years, 4 months ago by r
Modified 15 years, 4 months ago
Reviewers:
Base URL:
Comments: 0
Recent Issues
|
This issue
This is Rietveld
f62528b