Answers for "how to load env golang"

Go
0

golang env example

os.Setenv("GO_ENV", "production")
fmt.Println(os.Getenv("GO_ENV"))
Posted by: Guest on October-04-2021

Browse Popular Code Answers by Language