Merge pull request #258 from davecgh/davec_build

Rework build to support more liberal unix variants.
pull/34/head
Ben Johnson 2014-09-22 11:48:13 -06:00
commit 1ed004d77f
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// +build linux darwin
// +build !windows,!plan9
package bolt

View File

@ -1,3 +1,5 @@
// +build !windows,!plan9,!linux
package bolt
import (