package execenv
import "internal/syscall/execenv"
Index ¶
Functions ¶
func Default ¶
func Default(sys *syscall.SysProcAttr) ([]string, error)
Default will return the default environment variables based on the process attributes provided.
Defaults to syscall.Environ() on all platforms other than Windows.
Source Files ¶
- Version
- v1.13.11
- Published
- May 14, 2020
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 3 minutes ago –
Tools for package owners.