Environ returns the environment variables of the current process.
()
| 31 | User() (*user.User, error) |
| 32 | // Environ returns the environment variables of the current process. |
| 33 | Environ() []string |
| 34 | // HomeDir returns the home directory of the current user. |
| 35 | HomeDir() (string, error) |
| 36 | // Shell returns the shell of the given user. |
no outgoing calls