diff --git a/examples/line-filters/line-filters.go b/examples/line-filters/line-filters.go index 3d2e12c..f17b5d6 100644 --- a/examples/line-filters/line-filters.go +++ b/examples/line-filters/line-filters.go @@ -17,6 +17,7 @@ import ( ) func main() { + // Wrapping the unbuffered `os.Stdin` with a buffered // reader gives us a convenient `ReadString` method // that we'll use to read input line-by-line.