View on GitHub

Go-zrsc

Simple ways to embed and access resources from within a Go binary

Download this project as a .zip file Download this project as a tar.gz file

Go-zrsc

Go-zrsc allows you to embed arbitrary files within your binary and provides simple ways to access them from within the program.

Installation

Install Go-zrsc using the go get command:

$ go get github.com/hjr265/go-zrsc/zrsc
$ go get github.com/hjr265/go-zrsc/zrsc-embed

The only dependencies are the Go distribution and the zip utility.

Examples

Documentation

Contributing

Contributions are welcome.

License

Go-zrsc is available under the Apache License, version 2.0.