1
0
mirror of https://github.com/labstack/echo.git synced 2025-12-15 23:41:29 +02:00

Updated docs

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2017-02-19 13:02:10 -08:00
parent 0b53f397ad
commit a098bcd3b0
5 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ type (
func NewStats() *Stats {
return &Stats{
Uptime: time.Now(),
Statuses: make(map[string]int),
Statuses: map[string]int{},
}
}