mirror of
https://github.com/labstack/echo.git
synced 2025-01-26 03:20:08 +02:00
Fixed a typo
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
093edb39ab
commit
b2c623b07d
2
echo.go
2
echo.go
@ -576,7 +576,7 @@ func (e *Echo) StartServer(s *http.Server) error {
|
|||||||
if e.Listener == nil {
|
if e.Listener == nil {
|
||||||
e.Listener = tcpKeepAliveListener{l.(*net.TCPListener)}
|
e.Listener = tcpKeepAliveListener{l.(*net.TCPListener)}
|
||||||
}
|
}
|
||||||
e.colorer.Printf("⇛ https server started on %s\n", e.colorer.Green(s.Addr))
|
e.colorer.Printf("⇛ http server started on %s\n", e.colorer.Green(s.Addr))
|
||||||
return s.Serve(e.Listener)
|
return s.Serve(e.Listener)
|
||||||
}
|
}
|
||||||
if e.TLSListener == nil {
|
if e.TLSListener == nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user