User returns the current user.
()
| 29 | type EnvInfoer interface { |
| 30 | // User returns the current user. |
| 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. |
no outgoing calls