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. For more options, visit https://groups.google.com/d/optout.