remove magic debug variable
This commit is contained in:
parent
37f718a7a2
commit
2a5e2d4a95
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ func main() {
|
||||||
// Creating httpClient and sending Request to Steam API
|
// Creating httpClient and sending Request to Steam API
|
||||||
httpClient := http.Client{}
|
httpClient := http.Client{}
|
||||||
|
|
||||||
info.Version = "123"
|
|
||||||
req, err := http.NewRequest(http.MethodGet, url+info.Version, nil)
|
req, err := http.NewRequest(http.MethodGet, url+info.Version, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
|
|
Loading…
Reference in a new issue