mirror of
https://github.com/labstack/echo.git
synced 2025-12-15 23:41:29 +02:00
@@ -21,7 +21,7 @@ type (
|
||||
func NewStats() *Stats {
|
||||
return &Stats{
|
||||
Uptime: time.Now(),
|
||||
Statuses: make(map[string]int),
|
||||
Statuses: map[string]int{},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user