const syscall.O_APPEND
3 uses
syscall (current package)
zerrors_linux_amd64.go#L621: O_APPEND = 0x400
os
file.go#L84: O_APPEND int = syscall.O_APPEND // append data to the file when writing.
file_unix.go#L117: f.appendMode = flags&syscall.O_APPEND != 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)