diff options
author | mattn <mattn.jp@gmail.com> | 2016-09-04 09:19:41 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-04 09:19:41 +0900 |
commit | e87c35082bf4c56768d8d7ed501396a9c166f0ff (patch) | |
tree | f6c611864de6fd26b0f54a5fd73c8d4a10413f40 | |
parent | Merge pull request #322 from a-p-/backup-tests (diff) | |
parent | Make Go 1.7 fail compilation (diff) | |
download | golite-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.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -110,3 +110,5 @@ See the documentation of RegisterFunc for more details. */ package sqlite3 + +import "C" |