A year ago I was working on a server in Go that I wanted to be easy to deploy and move around. Go is great for providing you with one statically linked binary, but I also had few files that needed to be bundled with the code (CSS, JavaScript, images).
At that time I couldn't find a solution that would fit my needs so I wrote one: GoPacker. Hope you find this script useful.
No comments:
Post a Comment