diff options
Diffstat (limited to 'sqlite3_other.go')
-rw-r--r-- | sqlite3_other.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sqlite3_other.go b/sqlite3_other.go new file mode 100644 index 0000000..58030db --- /dev/null +++ b/sqlite3_other.go @@ -0,0 +1,8 @@ +// +build !windows + +package sqlite + +/* +#cgo pkg-config: sqlite3 +*/ +import "C" |