mirror of
https://github.com/LeRoid-hub/Mensa-CLI.git
synced 2025-12-16 15:59:35 +00:00
6 lines
81 B
Go
6 lines
81 B
Go
package internal
|
|
|
|
func GetMenu(mensa string) (string, error) {
|
|
return "", nil
|
|
}
|