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

Unified Diff: doc/progs/error.go

Issue 5727056: code review 5727056: doc/progs: update for go 1 (Closed)
Patch Set: diff -r e9202b52e2eb https://code.google.com/p/go/ Created 13 years 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 | « doc/go1.html ('k') | doc/progs/go1.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/progs/error.go
===================================================================
--- a/doc/progs/error.go
+++ b/doc/progs/error.go
@@ -102,7 +102,10 @@
return nil
}
-func findLine(os.FileInfo, int64) (int, int)
+func findLine(os.FileInfo, int64) (int, int) {
+ // place holder; no need to run
+ return 0, 0
+}
func netError(err error) { // OMIT
for { // OMIT
« no previous file with comments | « doc/go1.html ('k') | doc/progs/go1.go » ('j') | no next file with comments »

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