bitbucket.org/mjl/httpasset
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-08-22 11:54:17 +02:00
failfs.go Import 2017-08-22 11:53:27 +02:00
httpasset.go Implement seeking 2017-08-22 11:54:17 +02:00
LICENSE Import 2017-08-22 11:53:27 +02:00
README.md Import 2017-08-22 11:53:27 +02:00
zipeocdir.go Import 2017-08-22 11:53:27 +02:00

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