From 58cfe6309d1a333b66d4a934cb38218855951d6a Mon Sep 17 00:00:00 2001 From: Carlos Castillo Date: Sat, 27 Oct 2012 19:58:40 -0700 Subject: Modified for windows support. --- sqlite3_other.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sqlite3_other.go (limited to 'sqlite3_other.go') 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" -- cgit v1.2.3