go-bindata

embed data in a Go program
  https://github.com/jteeuwen/go-bindata
  0
  no reviews



This tool converts any file into manageable Go source code. It is useful for embedding binary data into a Go program. The file data is optionally gzip compressed before being converted to a raw byte slice.

This package provides the standalone utility `go-bindata`.