mirror of
https://github.com/labstack/echo.git
synced 2025-02-11 13:38:54 +02:00
5 lines
85 B
Go
5 lines
85 B
Go
package main
|
|
|
|
// reference our echo instance and create it early
|
|
var e = createMux()
|