1
0
mirror of https://github.com/labstack/echo.git synced 2025-12-03 22:59:09 +02:00
Files
echo/cookbook/google-app-engine/app.go
Vishal Rana 49321f5829 Updated website and examples
Signed-off-by: Vishal Rana <vr@labstack.com>
2017-01-17 10:47:16 -08:00

5 lines
85 B
Go

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