mirror of https://github.com/etcd-io/bbolt.git
Merge pull request #258 from davecgh/davec_build
Rework build to support more liberal unix variants.pull/34/head
commit
1ed004d77f
|
@ -1,4 +1,4 @@
|
|||
// +build linux darwin
|
||||
// +build !windows,!plan9
|
||||
|
||||
package bolt
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// +build !windows,!plan9,!linux
|
||||
|
||||
package bolt
|
||||
|
||||
import (
|
Loading…
Reference in New Issue