package
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Aug 29, 2015
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 93
Opens a new window with list of known importers.
README
¶
goimgext
List of Image file extensions for Go
How to install
go get github.com/shamsher31/goimgext
How to use
package main
import (
"fmt"
"github.com/shamsher31/goimgext"
)
func main() {
fmt.Println(imgext.Get())
}
Why
This package is inspired by image-extensions npm module.
License
MIT © Shamsher Ansari
Documentation
¶
Package imgext return array of all Image Extensions
Source Files
¶
Click to show internal directories.
Click to hide internal directories.