mirror of
https://github.com/LeRoid-hub/Mensa-API.git
synced 2025-12-15 07:29:34 +00:00
10 lines
107 B
Go
10 lines
107 B
Go
package main
|
|
|
|
import (
|
|
"github.com/LeRoid-hub/Mensa-API/server"
|
|
)
|
|
|
|
func main() {
|
|
server.Run()
|
|
}
|