const os.DevNull
4 uses
os (current package)
file_unix.go#L260: const DevNull = "/dev/null"
os/exec
exec.go#L527: f, err := os.Open(os.DevNull)
exec.go#L576: f, err := os.OpenFile(os.DevNull, os.O_WRONLY, 0)
go.pact.im/x/goupdate
workspaces.go#L37: if !ok || gomod == "" || gomod == os.DevNull {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)