mirror of
https://github.com/jimeh/envctl.git
synced 2026-02-19 12:06:40 +00:00
docs(readme): add README and update godoc comments/examples
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user