package main import ( "git.sr.ht/~gabrielgio/midr/db" "git.sr.ht/~gabrielgio/midr/routes" ) func main() { db.ConnectDb() routes.HandleRequests() }