6 ms·
I've used go-bindata[1] for embedding things like shell scripts and data files into my applications, it's a fantastic tool! [1] https://github.com/jteeuwen/go-
by struct 10y ago
I've used go-bindata[1] for embedding things like shell scripts and data files into my applications, it's a fantastic tool!
[1] https://github.com/jteeuwen/go-bindata https://github.com/jteeuwen/go-bindata
- gopherone 10y agoI use go-resource[1], it works nicely for embedding websites as well as scripts and other resources. [1] https://github.com/omeid/go-resources https://github.com/omeid/go-resources