From df4f0ce8c04b9ec59a1150193b2606241133209c Mon Sep 17 00:00:00 2001 From: sonam31b <82936645+sonam31b@users.noreply.github.com> Date: Wed, 10 Nov 2021 13:32:41 +0100 Subject: [PATCH] Update main.go --- apis/trips/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/trips/main.go b/apis/trips/main.go index 1a9bc62d2..beef79c07 100644 --- a/apis/trips/main.go +++ b/apis/trips/main.go @@ -22,7 +22,7 @@ func getEnv(key, fallback string) string { return fallback } -func main() { +func main123 var debug, present = os.LookupEnv("DEBUG_LOGGING")