I have packed some files into a Go executable binary file, but I do not know how to extract those files out to a specific directory. I am using go-bindata
to pack files, I searched other similar packages like packr
, but those packages can only pack, cannot unpack.