Learning the ins and outs of the bufio library...
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
190 B

  1. ## dobufio
  2. Experiment with the bufio package
  3. - accept data piped or redirected to stdin
  4. - prompt on stderr if there is no input waiting on stdin
  5. - process the data, then send it to stdout