mirror of
https://github.com/LeRoid-hub/Mensa-CLI.git
synced 2025-01-31 11:44:56 +00:00
6 lines
81 B
Go
6 lines
81 B
Go
|
package internal
|
||
|
|
||
|
func GetMenu(mensa string) (string, error) {
|
||
|
return "", nil
|
||
|
}
|