SQLite is also available in FreeBSD
Docker-DCO-1.1-Signed-off-by: Kato Kazuyoshi <kato.kazuyoshi@gmail.com> (github: kzys)
This commit is contained in:
parent
f95367f57f
commit
d79271c0b2
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
// +build amd64
|
// +build linux,amd64 freebsd,cgo
|
||||||
|
|
||||||
package graphdb
|
package graphdb
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// +build !linux !amd64
|
// +build !linux,!freebsd linux,!amd64 freebsd,!cgo
|
||||||
|
|
||||||
package graphdb
|
package graphdb
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue