Versions in this module Expand all Collapse all v0 v0.0.1 Jun 14, 2020 Changes in this version + func LogHandler(handler http.Handler) http.HandlerFunc + func LogHandlerFunc(handler http.HandlerFunc) http.HandlerFunc + func MustServeHttp(mux *http.ServeMux) + func MustServeHttpPort(addr string, mux *http.ServeMux) + func MustServeHttps(certDir string, mux *http.ServeMux, hostnames ...string) + func MustServeHttpsPort(httpAddr, httpsAddr string, certDir string, mux *http.ServeMux, ...) + func WaitForIntOrTerm()