FIXES #5398: pkg/graphdb build only dependent on cgo tag

Docker-DCO-1.1-Signed-off-by: Bryan Matsuo <bryan.matsuo@gmail.com> (github: bmatsuo)
This commit is contained in:
Bryan Matsuo 2014-04-25 03:11:32 -06:00
parent bcfc527abb
commit 3c1ad30029
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// +build linux,amd64 freebsd,cgo
// +build cgo
package graphdb

View file

@ -1,4 +1,4 @@
// +build !linux,!freebsd linux,!amd64 freebsd,!cgo
// +build !cgo
package graphdb