type Namespace … type Namespaces … // Namespaces reads from /proc/<pid>/ns/* to get the namespaces of which the // process is a member. func (p Proc) Namespaces() (Namespaces, error) { … }
type Namespace … type Namespaces … // Namespaces reads from /proc/<pid>/ns/* to get the namespaces of which the // process is a member. func (p Proc) Namespaces() (Namespaces, error) { … }