README.md

    goimgtype

    Godoc Build Status GitHub release MIT License

    Return type of image based on mime type

    How to install

    go get github.com/shamsher31/goimgtype

    How to use

    package main
    
    import (
    	"fmt"
    	"github.com/shamsher31/goimgtype"
    )
    
    func main() {
      fmt.Println(imgtype.Get("./golang.jpg"))
      // image/jpeg
    }

    Related

    goimgext
    govdoext
    gobinext

    License

    MIT © Shamsher Ansari

    项目简介

    Return type of image based on mime type

    发行版本

    当前项目没有发行版本

    贡献者 2

    S shamsher31 @shamsher31
    S Shamsher Ansari @Shamsher Ansari

    开发语言

    • Go 100.0 %