Go-zrsc allows you to embed arbitrary files within your binary and provides simple ways to access them from within the program.
Install Go-zrsc using the go get command:
$ go get github.com/hjr265/go-zrsc/zrsc
$ go get github.com/hjr265/go-zrsc/cmd/zrsc
The only dependencies are the Go distribution and the zip
utility.
Contributions are welcome.
Go-zrsc is available under the BSD (3-Clause) License.