1
0
mirror of https://github.com/labstack/echo.git synced 2025-12-03 22:59:09 +02:00

fixed build for recipes

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2016-10-20 11:51:15 -07:00
parent b6547dde66
commit edd558a5ca
19 changed files with 43 additions and 30 deletions

View File

@@ -30,7 +30,7 @@ Example:
e.GET("/", hello)
// Start server
panic(e.Start(":1323"))
e.Logger.Fatal(e.Start(":1323"))
}
Learn more at https://echo.labstack.com