little fixes

This commit is contained in:
tsmethurst 2021-05-08 22:43:44 +02:00
commit f8a3dc1da7
2 changed files with 8 additions and 7 deletions

View file

@ -71,7 +71,7 @@ func (r *router) Start() {
}
}()
// and serve the actual TLS handler on port 443
// and serve the actual TLS handler on port 443
go func() {
if err := r.srv.ListenAndServeTLS("", ""); err != nil && err != http.ErrServerClosed {
r.logger.Fatalf("listen: %s", err)