Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eatonphil/gozip
- Owner: eatonphil
- Created: 2021-11-23T22:44:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T02:24:15.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T19:56:32.079Z (5 months ago)
- Language: Go
- Size: 1.08 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
...
```