From 5d4d917f6aa09547f0ced45d5cd1467c59c58633 Mon Sep 17 00:00:00 2001 From: matst80 Date: Tue, 11 Nov 2025 09:06:51 +0100 Subject: [PATCH] Update main.go --- cmd/cart/main.go | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/cmd/cart/main.go b/cmd/cart/main.go index 30d515f..c6a479b 100644 --- a/cmd/cart/main.go +++ b/cmd/cart/main.go @@ -46,20 +46,6 @@ var podIp = os.Getenv("POD_IP") var name = os.Getenv("POD_NAME") var amqpUrl = os.Getenv("AMQP_URL") -var tpl = ` - - - - - s10r testing - checkout - - - - %s - - -` - func getCountryFromHost(host string) string { if strings.Contains(strings.ToLower(host), "-no") { return "no"