Versions in this module Expand all Collapse all v0 v0.1.0 Jul 8, 2017 Changes in this version + var NotFound = http.NotFound + var Server http.Handler = http.HandlerFunc(ServeHTTP) + func Hash(file string) (s string) + func ModTime(file string) (t time.Time) + func Open(name string) (io.ReadCloser, error) + func Run(port, host string) error + func ServeHTTP(rw http.ResponseWriter, req *http.Request) + func VerifyIdentity(fn http.Handler) http.Handler