8 lines
293 B
Go
8 lines
293 B
Go
/*
|
|
Package osenvs contains information (and, in some cases, defaults and associated methods) for
|
|
[environment variables] ("env vars") as provided by/as part of the OS.
|
|
|
|
[environment variables]: https://www3.ntu.edu.sg/home/ehchua/programming/howto/Environment_Variables.html
|
|
*/
|
|
package osenvs
|