package main import ( "github.com/LeRoid-hub/Mensa-API/server" ) func main() { server.Run() }