1
0
mirror of https://github.com/labstack/echo.git synced 2025-03-25 21:38:56 +02:00
Vishal Rana 63262b2311 Recipes => examples
Signed-off-by: Vishal Rana <vr@labstack.com>
2017-01-09 20:23:57 -08:00

5 lines
85 B
Go

package main
// reference our echo instance and create it early
var e = createMux()