lpar / gzipped

Replacement for golang http.FileServer which supports precompressed static assets.
BSD 3-Clause "New" or "Revised" License
94 stars 15 forks source link

README.md: withIndexHTML example #7

Closed torbenschinke closed 4 years ago

torbenschinke commented 4 years ago

h.ServeHTTP(w, r) should be outside of the if block, otherwise it will only serve requests to / and therefore everything else will return an empty file.