github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/pkg/sorted/sqlite/sqlite_cond.go (about) 1 // +build with_sqlite 2 3 package sqlite 4 5 import ( 6 _ "camlistore.org/third_party/github.com/mattn/go-sqlite3" 7 ) 8 9 func init() { 10 compiled = true 11 }