Mention that environment variable set by program is also listed by os.Environ() (#436)

Co-authored-by: Andreas Sommer <andreas.sommer@ppro.com>
This commit is contained in:
Andreas Sommer 2022-08-22 14:59:10 +02:00 committed by GitHub
parent abfc2c2cad
commit 1b4dac72d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ TERM_PROGRAM
PATH
SHELL
...
FOO
# If we set `BAR` in the environment first, the running
# program picks that value up.

View File

@ -147,7 +147,8 @@ particular machine.</p>
<span class="go">TERM_PROGRAM
</span><span class="go">PATH
</span><span class="go">SHELL
</span><span class="go">...</span></pre>
</span><span class="go">...
</span><span class="go">FOO</span></pre>
</td>
</tr>