UPDATED:
* Dep/go ver bumps
* gated some WIP stuff
This commit is contained in:
brent saner
2025-12-18 04:54:11 -05:00
parent 803be548cf
commit 1130fb028d
24 changed files with 112 additions and 30 deletions

7
envs/.osenvs.WIP/doc.go Normal file
View File

@@ -0,0 +1,7 @@
/*
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