From 2a5e2d4a950c6fd4e38f29a0a36e6c5ae4c3df19e567580ed1dc39c5ec51e049 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sat, 26 Oct 2024 22:37:27 +0200 Subject: [PATCH] remove magic debug variable --- cmd/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index 0b4b12d..654eeb3 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -77,7 +77,6 @@ func main() { // Creating httpClient and sending Request to Steam API httpClient := http.Client{} - info.Version = "123" req, err := http.NewRequest(http.MethodGet, url+info.Version, nil) if err != nil { log.Fatal(err)