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.

190 B

dobufio

Experiment with the bufio package

  • accept data piped or redirected to stdin
  • prompt on stderr if there is no input waiting on stdin
  • process the data, then send it to stdout