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

package sqlite3

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