package main import "git.mowie.cc/konrad/Library/routes" func main(){ e := routes.NewEcho() routes.RegisterRoutes(e) e.Start(":8082") }