diff options
author | mattn <mattn.jp@gmail.com> | 2013-08-13 22:10:30 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2013-08-13 22:10:30 +0900 |
commit | c7bece2a7095b3d1bdec1cd51684bb11f3a8017b (patch) | |
tree | 9a8907d66c1ef8008af8c9207788931d0df77a0f /sqlite3.go | |
parent | Start work on introducing machine-readable error codes. (diff) | |
download | golite-c7bece2a7095b3d1bdec1cd51684bb11f3a8017b.tar.gz golite-c7bece2a7095b3d1bdec1cd51684bb11f3a8017b.tar.xz |
Fixes package name
Diffstat (limited to 'sqlite3.go')
-rw-r--r-- | sqlite3.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -package sqlite +package sqlite3 /* #include <sqlite3.h> |