package main import ( "forgejo.sitodosi.com/betology/elTesto/routes" ) func main() { r := routes.SetupRoutes() r.Run(":8080") }