I want to compress and decompress a file using lz4 algorithm in golang. Is there any package available to do this? I searched and found a package called https://github.com/pierrec/lz4
I am new Golang and i cannot figure out how to use this package to compress & decompress a file.
compressbinary formatbinary fileoriginal file
Thanks