1 2 3 4 5 6 7 8 9 10
// +build !windows package sqlite3 /* #cgo CFLAGS: -I. #cgo linux LDFLAGS: -ldl #cgo CFLAGS: -DSQLITE_ENABLE_RTREE */ import "C"