From 5f2b9c42da465b74d76fd173784f5d5d14323165 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Wed, 10 Oct 2012 08:51:05 -0700 Subject: [PATCH] clarify --- examples/environment-variables/environment-variables.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/environment-variables/environment-variables.sh b/examples/environment-variables/environment-variables.sh index 8b4cc1f..0d0becf 100644 --- a/examples/environment-variables/environment-variables.sh +++ b/examples/environment-variables/environment-variables.sh @@ -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: