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.
jimi 0c95dbe377 Update the README file 9 years ago
README.md Update the README file 9 years ago
main.go Initial commit 9 years ago
test.txt Initial commit 9 years ago

README.md

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