This commit is contained in:
Mark McGranaghan 2012-10-09 08:28:53 -07:00
parent 7f0ad904fd
commit e16eb41f32

View File

@ -23,7 +23,7 @@ var newline = []byte("\n")
func main() {
// Wrapping the unbuffered `os.Stdin` with a buffered
//reader gives us the convenient `ReadLine` method.
// reader gives us the convenient `ReadLine` method.
in := bufio.NewReader(os.Stdin)
out := os.Stdout