mmcgrana / gobyexample

Go by Example
https://gobyexample.com
7.29k stars 1.27k forks source link

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

Closed AndiDog closed 2 years ago

AndiDog commented 2 years ago

Otherwise readers may think that overridden variables are not listed. The Go documentation only implies this, so let's make it explicit for beginners.