[–] 0942v8653 10y ago ↗ Why require the string "EOF" at the end? Wh not wait for the actual EOF? Does it do multiple messages from the same pipe?Edit: no, it doesn't. If you want to change this, you can use https://golang.org/pkg/io/ioutil/#ReadAll instead of bufio scanners. [–] jackzampolin 10y ago ↗ Thanks for the tip! [–] enzanki_ars 10y ago ↗ I submitted a pull request to fix that issue, plus a couple of others over at https://github.com/enzanki-ars/catslack.
[–] enzanki_ars 10y ago ↗ I submitted a pull request to fix that issue, plus a couple of others over at https://github.com/enzanki-ars/catslack.
3 comments
[ 1.8 ms ] story [ 16.5 ms ] threadEdit: no, it doesn't. If you want to change this, you can use https://golang.org/pkg/io/ioutil/#ReadAll instead of bufio scanners.