buaazp / fasthttprouter

A high performance fasthttp request router that scales well
http://godoc.org/github.com/buaazp/fasthttprouter
BSD 3-Clause "New" or "Revised" License
876 stars 91 forks source link

Serve embedded files? #31

Open ssherriff opened 7 years ago

ssherriff commented 7 years ago

Is it possible to serve embedded static files? I'd like to be able to embed my static files with go-bindata and then serve them using fasthttp and fasthttprouter, but can't seem to figure out if it is possible. Thanks