aboutsummaryrefslogtreecommitdiff
path: root/sqlite_context.go
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2017-03-05 21:05:28 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2017-03-05 21:05:28 +0900
commit0ff13e6771c98b6e895df17abef8a33fac05adae (patch)
tree3d2d237598530435d8be6a55f9888d1dcf523afd /sqlite_context.go
parentremove type ZeroBlobLength (diff)
downloadgolite-0ff13e6771c98b6e895df17abef8a33fac05adae.tar.gz
golite-0ff13e6771c98b6e895df17abef8a33fac05adae.tar.xz
golint
Diffstat (limited to 'sqlite_context.go')
-rw-r--r--sqlite_context.go1
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.