/makegoassets

make a golang asset package with the contens of a folder. just a go-bindata wrapper really

Primary LanguageGo

makegoassets

Its a simple wrapper around go-bindata that makes the packaged files availiable through a very simple interface.

go-bindata is a great tool, but it exports so many symbols. all i wanted was Get(key)

and that is all this is. Get(key) and some random stuff i use quite a bit