Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shamsher31/govdoext
List of Video file extensions for Go
https://github.com/shamsher31/govdoext
Last synced: 4 days ago
JSON representation
List of Video file extensions for Go
- Host: GitHub
- URL: https://github.com/shamsher31/govdoext
- Owner: shamsher31
- License: mit
- Created: 2015-08-15T17:47:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T18:31:53.000Z (about 9 years ago)
- Last Synced: 2024-06-20T11:13:01.930Z (5 months ago)
- Language: Go
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# govdoext
[![Godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/shamsher31/govdoext)
[![Build Status](https://travis-ci.org/shamsher31/govdoext.svg)](https://travis-ci.org/shamsher31/govdoext)List of Video file extensions for Go
### How to install
```go
go get github.com/shamsher31/govdoext
```### How to use
```go
package mainimport (
"fmt"
"github.com/shamsher31/govdoext"
)func main() {
fmt.Println(vdoext.Get())
}
```### Why
This package is inspired by [video-extensions](https://www.npmjs.com/package/video-extensions) npm module.### License
MIT © [Shamsher Ansari](https://github.com/shamsher31)