package archives
import (
"testing"
)
func TestDecZIP(t *testing.T) {
const (
src = "./pkg.zip"
dst = "./testing"
t.Log("res ->", DecZIP(src, dst))
}