Tar and gzip in Golang
In this post, we are going to take a look at how to tar and untar files and how to zip and unzip using gzip in Golang. What is tarring and gzipping? The tar is an archive which joins all the file together into a tar file. It is an archiving algorithm. The gzip function, […]
Tar and gzip in Golang Read More »