mirror of
https://github.com/c4milo/unpackit.git
synced 2025-09-26 19:01:11 +08:00
9 lines
368 B
Go
9 lines
368 B
Go
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
/*
|
|
UnzipIt allows you to easily unpack *.tar.gz, *.tar.bzip2, *.zip and *.tar files.
|
|
There are not CGO involved nor hard dependencies of any type.
|
|
*/
|
|
package unzipit
|