diff --git a/main.go b/main.go index 6ad18b5..2befecc 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( func main() { m := map[string]string{ - "hello": "world", + "hello": "world1", } baseURL := os.Getenv("BASE_URL") fmt.Println("BASE_URL:", baseURL)