aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_other.go
blob: 58030dbcf6a5774715249e97deae5a943509d407 (plain) (blame)
1
2
3
4
5
6
7
8
// +build !windows

package sqlite

/*
#cgo pkg-config: sqlite3
*/
import "C"