From 0f2912da99bc0cdfebafa3489b72715eb424aed9 Mon Sep 17 00:00:00 2001 From: along45 <142496665+along45@users.noreply.github.com> Date: Wed, 13 Dec 2023 12:36:35 +0200 Subject: [PATCH] Update API_Key_Go.go --- API_Key_Go.go | 1 + 1 file changed, 1 insertion(+) diff --git a/API_Key_Go.go b/API_Key_Go.go index 93ebda5..ec7a26f 100644 --- a/API_Key_Go.go +++ b/API_Key_Go.go @@ -1,5 +1,6 @@ func main() { apiKey := "1234567" + password := "password" // Make an API call using the hardcoded API key response, err := http.Get("https://api.example.com/v1/data?apiKey=" + apiKey)