// Environ reads process environments from `/proc/<pid>/environ`. func (p Proc) Environ() ([]string, error) { … }