package main import ( "gitlab.com/gabrielgio/midr/db" "gitlab.com/gabrielgio/midr/routes" ) func main() { db.ConnectDb() routes.HandleRequests() }