Re: [go-nuts] Compressing 2.5 GB data trims files

2017-02-15 Thread Shawn Milochik
You're ignoring the error on os.Stat. -- 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://gr

Re: [go-nuts] Compressing 2.5 GB data trims files

2017-02-15 Thread Kale Blankenship
Did you try with the example I provided on your GH issue? https://play.golang.org/p/u6eAphPRrk On Wed, Feb 15, 2017 at 10:14 AM Mukund 8kmiles wrote: > Hi , > > Has anyone tried compressing > ~2.5 GB of data using golang. > > The following function compresses files. Files less than ~2.5 GB are >

[go-nuts] Compressing 2.5 GB data trims files

2017-02-15 Thread Mukund 8kmiles
Hi , Has anyone tried compressing > ~2.5 GB of data using golang. The following function compresses files. Files less than ~2.5 GB are successful with any data loss. Files greater than ~2.5 are getting compressed but the API trims section of the data at the last Any inputs are welcome!!! func