Skip to content

shamsher31/gobinext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gobinext

Godoc Build Status

List of binary file extensions for Go

How to install

go get github.com/shamsher31/gobinext

How to use

package main

import (
	"fmt"
	"github.com/shamsher31/gobinext"
)

func main() {
	fmt.Println(binext.Get())
}

Why

This package is inspired by binary-extensions npm module.

License

MIT © Shamsher Ansari

About

List of binary file extensions for Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages