Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shamsher31/goarchext
List of Archive file extensions for Go
https://github.com/shamsher31/goarchext
Last synced: 4 days ago
JSON representation
List of Archive file extensions for Go
- Host: GitHub
- URL: https://github.com/shamsher31/goarchext
- Owner: shamsher31
- License: mit
- Created: 2015-08-16T07:06:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T18:00:31.000Z (about 9 years ago)
- Last Synced: 2024-06-21T09:55:41.240Z (5 months ago)
- Language: Go
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# goarchext
[![Godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/shamsher31/goarchext)
List of Archive file extensions for Go
### How to install
```go
go get github.com/shamsher31/goarchext
```### How to use
```go
package mainimport (
"fmt"
"github.com/shamsher31/goarchext"
)func main() {
fmt.Println(archext.Get())
}
```### Why
This package is inspired by [archive-extensions](https://www.npmjs.com/package/archive-extensions) npm module.# License
MIT © [Shamsher Ansari](https://github.com/shamsher31)