A small utility which generates Go code from any file. Useful for embedding binary data in a Go program. The file data is optionally gzip compressed before being converted to a raw byte slice.

WWW: https://github.com/kevinburke/go-bindata
