docs(readme): add README and update godoc comments/examples

This commit is contained in:
2021-01-17 20:37:18 +00:00
parent 07807b2007
commit d8817b3056
3 changed files with 80 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
// Package envctl provides test helper functions that temporarily changes
// environment variables accessible via os.Getenv() and os.LookupEnv(). After
// they are done, all changes to environment variables are reset, including
// manual changes with os.Setenv().
// manual changes with os.Setenv() within the helper functions.
package envctl
import (