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