OsEnv implements interface to wrap os.Getenv
| 15 | |
| 16 | // OsEnv implements interface to wrap os.Getenv |
| 17 | type OsEnv struct { |
| 18 | } |
| 19 | |
| 20 | // Getenv wraps os.Getenv |
| 21 | func (OsEnv) Getenv(key string) string { |
nothing calls this directly
no outgoing calls
no test coverage detected