mirror of
https://github.com/labstack/echo.git
synced 2024-11-24 08:22:21 +02:00
updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
fe269b3e1c
commit
cd2530ea09
4
echo.go
4
echo.go
@ -42,7 +42,7 @@ import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
slog "log"
|
||||
"log"
|
||||
"net/http"
|
||||
"path"
|
||||
"reflect"
|
||||
@ -546,7 +546,7 @@ func (e *Echo) StartServer(s *http.Server) error {
|
||||
gs := &graceful.Server{
|
||||
Server: s,
|
||||
Timeout: e.ShutdownTimeout,
|
||||
Logger: slog.New(e.Logger.Output(), e.Logger.Prefix()+": ", 0),
|
||||
Logger: log.New(e.Logger.Output(), e.Logger.Prefix()+": ", 0),
|
||||
}
|
||||
if s.TLSConfig == nil {
|
||||
e.server = gs
|
||||
|
2
glide.lock
generated
2
glide.lock
generated
@ -1,5 +1,5 @@
|
||||
hash: d63c27ff06a540317f63f231ada71f3d03f1c09e79a2c47b29b43c654903fc8b
|
||||
updated: 2016-11-17T10:05:04.395879866-08:00
|
||||
updated: 2016-11-21T19:12:16.622618752-08:00
|
||||
imports:
|
||||
- name: github.com/daaku/go.zipexe
|
||||
version: a5fe2436ffcb3236e175e5149162b41cd28bd27d
|
||||
|
@ -24,7 +24,7 @@
|
||||
<div class="features">
|
||||
{{ range .Site.Data.index.features }}
|
||||
<div class="feature">
|
||||
<img src="/images/{{ .icon }}.svg">
|
||||
<img src="https://cdn.labstack.com/images/icons/{{ .icon }}.svg">
|
||||
<h3>
|
||||
{{ .title }}
|
||||
</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user