whitespace for rendering

This commit is contained in:
Mark McGranaghan 2012-10-16 10:23:04 -07:00
parent 6b2aa07fa5
commit 06c7cbd52c

View File

@ -17,6 +17,7 @@ import (
) )
func main() { func main() {
// Wrapping the unbuffered `os.Stdin` with a buffered // Wrapping the unbuffered `os.Stdin` with a buffered
// reader gives us a convenient `ReadString` method // reader gives us a convenient `ReadString` method
// that we'll use to read input line-by-line. // that we'll use to read input line-by-line.