const os.O_APPEND
4 uses
os (current package)
file.go#L84: O_APPEND int = syscall.O_APPEND // append data to the file when writing.
file.go#L396: f.appendMode = flag&O_APPEND != 0
root.go#L119: rf.appendMode = flag&O_APPEND != 0
go.uber.org/zap
sink.go#L157: return sr.openFile(path, os.O_WRONLY|os.O_APPEND|os.O_CREATE, 0666)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)