
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.