os.File.Sync (method)
3 uses
os (current package)
file_posix.go#L164: func (f *File) Sync() error {
go.etcd.io/bbolt
boltsync_unix.go#L7: return db.file.Sync()
db.go#L973: if err := db.file.Sync(); err != nil {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)