Created
September 26, 2015 19:56
-
-
Save chadlung/1b134436348f65dd0ebb to your computer and use it in GitHub Desktop.
For blog article: http://www.giantflyingsaucer.com/blog/?p=5720
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"os" | |
) | |
func main() { | |
fmt.Println("hello...") | |
fmt.Println("MYVAR:", os.Getenv("MYVAR")) | |
fmt.Println("...good bye") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
is the blog down? 😢