Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 393 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 393 Bytes

httpasset - stand-alone binaries with a web server serving files from a zip file that was appended to the binary

httpasset is a library that:

  1. Opens the zip file that was appended to a go binary.
  2. Create a net/http FileSystem from that zip file, allowing the binary to serve the static files from the binary using net/http's FileServer.

See https://godoc.org/bitbucket.org/mjl/httpasset