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-30 11:57:10 -06:00
parent 8caef610b2
commit 99284a24e7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// +build linux,amd64 freebsd,cgo
// +build cgo
package graphdb
+1 -1
View File
@@ -1,4 +1,4 @@
// +build !linux,!freebsd linux,!amd64 freebsd,!cgo
// +build !cgo
package graphdb