From 84ebb5f3953aae67853bcb77e15786be821531fa Mon Sep 17 00:00:00 2001 From: MiroslavSloukaTF Date: Thu, 18 Jul 2024 18:31:41 +0200 Subject: [PATCH] Adding more awesome restaurants --- cmd/lunch-go/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/lunch-go/main.go b/cmd/lunch-go/main.go index b269833..c5f2c72 100644 --- a/cmd/lunch-go/main.go +++ b/cmd/lunch-go/main.go @@ -67,9 +67,9 @@ func main() { restaurants = append(restaurants, r.NewTaoRestaurant("https://www.taorestaurant.cz/tydenni_menu/nabidka/", "Tao", 11)) restaurants = append(restaurants, r.NewMenickaRestaurant("https://www.menicka.cz/3854-na-ruzku.html", "Na Růžku", 12)) restaurants = append(restaurants, r.NewMenickaRestaurant("https://www.menicka.cz/6023-flames-grill-pub-restaurant.html", "Flames", 13)) - restaurants = append(restaurants, r.NewMenickaRestaurant("https://www.menicka.cz/3185-zelen-koka.html", "Flames", 14)) - restaurants = append(restaurants, r.NewMenickaRestaurant("https://www.menicka.cz/4838-seven-food.html", "Flames", 15)) - restaurants = append(restaurants, r.NewMenickaRestaurant("https://www.menicka.cz/2663-restaurace-korzr.html", "Flames", 16)) + restaurants = append(restaurants, r.NewMenickaRestaurant("https://www.menicka.cz/3185-zelen-koka.html", "Zelená Kočka", 14)) + restaurants = append(restaurants, r.NewMenickaRestaurant("https://www.menicka.cz/4838-seven-food.html", "Seven Food", 15)) + restaurants = append(restaurants, r.NewMenickaRestaurant("https://www.menicka.cz/2663-restaurace-korzr.html", "Korzár", 16)) refreshInternal() fmt.Println("Initial parsing finished")