Index: src/pkg/bufio/bufio.go |
=================================================================== |
--- a/src/pkg/bufio/bufio.go |
+++ b/src/pkg/bufio/bufio.go |
@@ -274,7 +274,6 @@ |
return b.buf, ErrBufferFull |
} |
} |
- panic("not reached") |
} |
// ReadLine is a low-level line-reading primitive. Most callers should use |