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 |