mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
ServetTLS => ServeTLS in function docs
This commit is contained in:
@@ -60,7 +60,7 @@ func (srv *Server) ListenAndServe() error {
|
||||
return srv.Serve(ln)
|
||||
}
|
||||
|
||||
// Serve runs Serve or ServetTLS on the underlying http.Server and listen to
|
||||
// Serve runs Serve or ServeTLS on the underlying http.Server and listen to
|
||||
// channels to reload or shutdown the server.
|
||||
func (srv *Server) Serve(ln net.Listener) error {
|
||||
var err error
|
||||
|
||||
Reference in New Issue
Block a user