1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-15 01:34:53 +02:00

updated docs, closes #735

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2016-11-17 16:21:41 -08:00
parent 64dc9138e3
commit b358b06311
21 changed files with 21 additions and 65 deletions

View File

@ -29,9 +29,7 @@ Example:
e.GET("/", hello)
// Start server
if err := e.Start(":1323"); err != nil {
e.Logger.Fatal(err)
}
e.Logger.Fatal(e.Start(":1323"))
}
Learn more at https://echo.labstack.com