Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eatonphil/gozip

A simple zip implementation in Go
https://github.com/eatonphil/gozip

Last synced: about 1 month ago
JSON representation

A simple zip implementation in Go

Awesome Lists containing this project

README

        

# gozip

```
$ go build
$ ./test/zip.sh
$ ./gozip ./test/test.zip
2021-11-23 22:07:56 +0000 UTC test/hello.text Hello World!

2021-11-23 22:08:06 +0000 UTC test/goodbye.text Goodbye World!

2021-11-23 22:41:06 +0000 UTC test/large.text foo
foo
foo
foo
foo
...
```