Compress and embed static files and assets into Go binaries
Compress and embed static files and assets into Go binaries
stuffbin$ stuffbin -o output.go -pkg main path/to/files$ stuffbin -o assets.go -pkg assets ./static ./templates$ stuffbin -o embedded.go -pkg myapp -compress gzip ./data