This website requires JavaScript.
Explore
Help
Register
Sign In
hak5
/
bolt
mirror of
https://github.com/hak5/bolt.git
Watch
1
Star
0
Fork
You've already forked bolt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b9899d09ab
bolt
/
bolt.go
10 lines
99 B
Go
Raw
Blame
History
// +build !linux
package
bolt
import
"os"
func
fdatasync
(
f
*
os
.
File
)
error
{
return
f
.
Sync
(
)
}
Reference in New Issue
View Git Blame
Copy Permalink