const os.DevNull
4 uses
os (current package)
file_unix.go#L201: const DevNull = "/dev/null"
os/exec
exec.go#L246: f, err = os.Open(os.DevNull)
exec.go#L291: 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.4.9. (GOOS=linux GOARCH=amd64)