From e16eb41f327bd31d9b00496510e0c1f8a2378981 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Tue, 9 Oct 2012 08:28:53 -0700 Subject: [PATCH] typo --- src/line-filters/line-filters.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/line-filters/line-filters.go b/src/line-filters/line-filters.go index 8dde90d..3b8d8f3 100644 --- a/src/line-filters/line-filters.go +++ b/src/line-filters/line-filters.go @@ -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