mirror of
https://github.com/labstack/echo.git
synced 2025-01-07 23:01:56 +02:00
improve docs
This commit is contained in:
parent
2366d5e3c1
commit
6fd1cc3716
@ -59,7 +59,7 @@ type StartConfig struct {
|
|||||||
BeforeServeFunc func(s *http.Server) error
|
BeforeServeFunc func(s *http.Server) error
|
||||||
}
|
}
|
||||||
|
|
||||||
// Start starts a HTTP server.
|
// Start starts a HTTP(s) server.
|
||||||
func (sc StartConfig) Start(e *Echo) error {
|
func (sc StartConfig) Start(e *Echo) error {
|
||||||
logger := e.Logger
|
logger := e.Logger
|
||||||
server := http.Server{
|
server := http.Server{
|
||||||
|
Loading…
Reference in New Issue
Block a user