aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2016-09-04 09:19:41 +0900
committerGitHub <noreply@github.com>2016-09-04 09:19:41 +0900
commite87c35082bf4c56768d8d7ed501396a9c166f0ff (patch)
treef6c611864de6fd26b0f54a5fd73c8d4a10413f40
parentMerge pull request #322 from a-p-/backup-tests (diff)
parentMake Go 1.7 fail compilation (diff)
downloadgolite-e87c35082bf4c56768d8d7ed501396a9c166f0ff.tar.gz
golite-e87c35082bf4c56768d8d7ed501396a9c166f0ff.tar.xz
Merge pull request #323 from FiloSottile/master
Make Go 1.7 fail compilation without cgo
-rw-r--r--doc.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc.go b/doc.go
index c721f77..030cd93 100644
--- a/doc.go
+++ b/doc.go
@@ -110,3 +110,5 @@ See the documentation of RegisterFunc for more details.
*/
package sqlite3
+
+import "C"