mirror of
https://github.com/labstack/echo.git
synced 2024-12-22 20:06:21 +02:00
b6547dde66
Signed-off-by: Vishal Rana <vr@labstack.com>
5 lines
85 B
Go
5 lines
85 B
Go
package main
|
|
|
|
// reference our echo instance and create it early
|
|
var e = createMux()
|