ported over zip extract function

This commit is contained in:
2025-11-30 01:37:10 -08:00
parent 5a664516bc
commit e7c76a2bd5

View File

@@ -51,5 +51,4 @@ func extract(path string, target string) {
} }
func main() { func main() {
extract("./spotify-data/zip/rileyman35@gmail.com-my_spotify_data.zip", "./spotify-data/extracted/")
} }