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

This commit is contained in:
Andreas Sommer 2022-08-21 19:55:01 +02:00
parent 73cd7a73bb
commit 07a4d4ba32
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>