func github.com/prometheus/procfs.NewNetUnixByPath

2 uses

	github.com/prometheus/procfs (current package)
		net_unix.go#L96: 	return NewNetUnixByPath(fs.proc.Path("net/unix"))
		net_unix.go#L101: func NewNetUnixByPath(path string) (*NetUnix, error) {