golang-bindata-dev

Embed data in a go program - library package
  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 contains the library to be used by other go programs.