This commit is contained in:
Mark McGranaghan 2012-10-10 08:51:05 -07:00
parent 202a4a45b0
commit 5f2b9c42da

View File

@ -1,5 +1,6 @@
# Running the program shows that we pick up the value
# value for `FOO` that we set in the program.
# value for `FOO` that we set in the program, but that
# `BAR` is empty.
$ go run environment-variables.go
FOO: 1
BAR: