diff options
-rw-r--r-- | bolt_unix.go | 2 | ||||
-rw-r--r-- | boltsync_unix.go (renamed from bolt_darwin.go) | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/bolt_unix.go b/bolt_unix.go index f7d2fe5..95647a7 100644 --- a/bolt_unix.go +++ b/bolt_unix.go @@ -1,4 +1,4 @@ -// +build linux darwin +// +build !windows,!plan9 package bolt diff --git a/bolt_darwin.go b/boltsync_unix.go index 6528f72..3c54dd5 100644 --- a/bolt_darwin.go +++ b/boltsync_unix.go @@ -1,3 +1,5 @@ +// +build !windows,!plan9,!linux + package bolt import ( |