Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
likfees committed Jan 2, 2024
1 parent 08f2c1f commit ca2dfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ca2dfdf

Please sign in to comment.