Source File boltsync_unix.go Belonging Package go.etcd.io/bbolt
// +build !windows,!plan9,!linux,!openbsd package bbolt // fdatasync flushes written data to a file descriptor. func fdatasync(db *DB) error { return db.file.Sync() }
// +build !windows,!plan9,!linux,!openbsd
package bbolt
// fdatasync flushes written data to a file descriptor.
func fdatasync(db *DB) error {
return db.file.Sync()
}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)