1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-22 20:06:21 +02:00

improve docs

This commit is contained in:
toimtoimtoim 2023-02-28 22:55:06 +02:00
parent 2366d5e3c1
commit 6fd1cc3716
No known key found for this signature in database
GPG Key ID: 0443E21F7D9928AF

View File

@ -59,7 +59,7 @@ type StartConfig struct {
BeforeServeFunc func(s *http.Server) error
}
// Start starts a HTTP server.
// Start starts a HTTP(s) server.
func (sc StartConfig) Start(e *Echo) error {
logger := e.Logger
server := http.Server{