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

5 lines
85 B
Go
Raw Normal View History

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