diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2017-03-05 21:05:28 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2017-03-05 21:05:28 +0900 |
commit | 0ff13e6771c98b6e895df17abef8a33fac05adae (patch) | |
tree | 3d2d237598530435d8be6a55f9888d1dcf523afd /sqlite_context.go | |
parent | remove type ZeroBlobLength (diff) | |
download | golite-0ff13e6771c98b6e895df17abef8a33fac05adae.tar.gz golite-0ff13e6771c98b6e895df17abef8a33fac05adae.tar.xz |
golint
Diffstat (limited to 'sqlite_context.go')
-rw-r--r-- | sqlite_context.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite_context.go b/sqlite_context.go index bfa03db..78ced18 100644 --- a/sqlite_context.go +++ b/sqlite_context.go @@ -34,6 +34,7 @@ import ( const i64 = unsafe.Sizeof(int(0)) > 4 +// SQLiteContext behave sqlite3_context type SQLiteContext C.sqlite3_context // ResultBool sets the result of an SQL function. |