imgext

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2015 License: MIT Imports: 0 Imported by: 84

README

goimgext

Godoc Build Status

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

Overview

Package imgext return array of all Image Extensions

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get() []string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL