This commit is contained in:
Mark McGranaghan 2013-05-26 06:41:44 -07:00
parent 7066f37541
commit 790139102f

View File

@ -12,7 +12,7 @@ PATH
SHELL SHELL
... ...
# If we set `BAR` in the environemnt first, the running # If we set `BAR` in the environment first, the running
# program picks that value up. # program picks that value up.
$ BAR=2 go run environment-variables.go $ BAR=2 go run environment-variables.go
FOO: 1 FOO: 1