Skip to content

Instantly share code, notes, and snippets.

@chadlung
Created September 26, 2015 19:56
Show Gist options
  • Save chadlung/1b134436348f65dd0ebb to your computer and use it in GitHub Desktop.
Save chadlung/1b134436348f65dd0ebb to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
"os"
)
func main() {
fmt.Println("hello...")
fmt.Println("MYVAR:", os.Getenv("MYVAR"))
fmt.Println("...good bye")
}
@ssi-anik
Copy link

ssi-anik commented Apr 2, 2018

is the blog down? 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment