What's the other end (the "other service") look like? > On Oct 13, 2016, at 1:43 PM, Walter Garcia <wal...@gmail.com> wrote: > > Hello all > Im trying to test using zlib. > > In my test I need compress the Stdout from exec.Command to zlib and then send > to io.reader to use in other service > > cmd := exec.Command("mysqldump", args...) > ...... > cmd.StdoutPipe() > > z := zlib.NewWriter( ... ) > ..... > z -> to -> io.reader > > Could you help me? > > Thanks in advance > > -- > 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 > <mailto:golang-nuts+unsubscr...@googlegroups.com>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>.
-- 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.