diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-06-13 07:07:33 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-06-13 07:07:33 -0600 |
commit | 01bc9be72f46f0f1978b1f1581440c399b3a7684 (patch) | |
tree | df5b1d1f28d356ec846c32c2f3a3b1953d693b3c /bolt.go | |
parent | Merge pull request #190 from Shopify/cursor_delete (diff) | |
parent | Remove errcheck. (diff) | |
download | dedo-01bc9be72f46f0f1978b1f1581440c399b3a7684.tar.gz dedo-01bc9be72f46f0f1978b1f1581440c399b3a7684.tar.xz |
Merge pull request #191 from benbjohnson/win-ftw
Windows Support
Diffstat (limited to 'bolt.go')
-rw-r--r-- | bolt.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/bolt.go b/bolt.go deleted file mode 100644 index a3f1eac..0000000 --- a/bolt.go +++ /dev/null @@ -1,13 +0,0 @@ -// +build !linux - -package bolt - -import ( - "os" -) - -var odirect int - -func fdatasync(f *os.File) error { - return f.Sync() -} |