const golang.org/x/sys/unix.O_WRONLY
2 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L39: return Open(path, O_CREAT|O_WRONLY|O_TRUNC, mode)
zerrors_linux.go#L2154: O_WRONLY = 0x1
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)