SystemEnvInfo encapsulates the information about the environment just using the default Go implementations.
| 44 | // SystemEnvInfo encapsulates the information about the environment |
| 45 | // just using the default Go implementations. |
| 46 | type SystemEnvInfo struct{} |
| 47 | |
| 48 | func (SystemEnvInfo) User() (*user.User, error) { |
| 49 | return user.Current() |
nothing calls this directly
no outgoing calls
no test coverage detected