From 0ff13e6771c98b6e895df17abef8a33fac05adae Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Sun, 5 Mar 2017 21:05:28 +0900 Subject: golint --- sqlite_context.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sqlite_context.go') 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. -- cgit v1.2.3