Joined July 2011
·

Jimmy Schementi

Software Engineer
·
Brooklyn, NY
·
·
·

I needed this because I was looking for a specific environment variable.

To get the value of an environment variable, you can use os.Getenv:

val := os.Getenv("key")
Achievements
119 Karma
0 Total ProTip Views