> > This does not work in cases where someone want to use a Transformer in 
a streaming context (e.g. to create a Reader or Writer or to include the 
Transform in a Chain).

This really is what i was looking to implement, somehow,

src -> transform -> transform -> sink


> I've used bufio.Scanner to implement a custom transforming stream reader.

Indeed, that is a step forward for a much better implementation than 
previous solution. thanks!

Is there any formalized stream transform like apis in go that i missed ? 
Something like another language implements :x


Le mardi 28 juin 2016 11:54:25 UTC+2, Tamás Gulácsi a écrit :
>
> I've used bufio.Scanner to implement a custom transforming stream reader.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to