package main import ( "git.sp4ke.com/sp4ke/bit4sat/api" "git.sp4ke.com/sp4ke/bit4sat/db" ) func main() { defer db.DB.Sql.Close() api := api.NewAPI() api.Run() }