Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashload/go-tgz
https://github.com/hashload/go-tgz
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hashload/go-tgz
- Owner: HashLoad
- Created: 2019-12-01T23:52:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T23:08:22.000Z (almost 5 years ago)
- Last Synced: 2024-04-13T21:53:33.032Z (7 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-tgz
## Get started
```go
tgz.UnTgz(File, "/", "/output")```
## Test
```sh
go test
```