diff options
author | Carlos Castillo <cookieo9@gmail.com> | 2012-10-27 19:58:40 -0700 |
---|---|---|
committer | Carlos Castillo <cookieo9@gmail.com> | 2012-10-27 19:58:40 -0700 |
commit | 58cfe6309d1a333b66d4a934cb38218855951d6a (patch) | |
tree | 7c2f10c52c7129eb853ac592b2341b147bd876ca /sqlite3_other.go | |
parent | Merge pull request #24 from jgallagher/master (diff) | |
download | golite-58cfe6309d1a333b66d4a934cb38218855951d6a.tar.gz golite-58cfe6309d1a333b66d4a934cb38218855951d6a.tar.xz |
Modified for windows support.
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" |