mirror of
https://github.com/LeRoid-hub/Mensa-API.git
synced 2025-01-30 19:24:56 +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()
|
|
}
|