const github.com/prometheus/procfs.DefaultMountPoint
7 uses
github.com/prometheus/procfs (current package)
fs.go#L27: const DefaultMountPoint = fs.DefaultProcMountPoint
fs.go#L32: return NewFS(DefaultMountPoint)
net_unix.go#L86: fs, err := NewFS(DefaultMountPoint)
proc.go#L45: fs, err := NewFS(DefaultMountPoint)
proc.go#L54: fs, err := NewFS(DefaultMountPoint)
proc.go#L63: fs, err := NewFS(DefaultMountPoint)
xfrm.go#L90: fs, err := NewFS(DefaultMountPoint)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |