mirror of
https://github.com/labstack/echo.git
synced 2025-07-15 01:34:53 +02:00
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
|
||||
"net"
|
||||
|
||||
"github.com/labstack/gommon/log"
|
||||
"github.com/labstack/echo/log"
|
||||
)
|
||||
|
||||
type (
|
||||
@ -17,7 +17,7 @@ type (
|
||||
SetHandler(Handler)
|
||||
|
||||
// SetLogger sets the logger for the HTTP server.
|
||||
SetLogger(*log.Logger)
|
||||
SetLogger(log.Logger)
|
||||
|
||||
// Start starts the HTTP server.
|
||||
Start() error
|
||||
|
Reference in New Issue
Block a user