package main import ( "gitea.badhouseplants.net/softplayer/softplayer-backend/cmd" ) func main() { if err := cmd.Run(); err != nil { panic(err) } }