From 5811704cf608c808d720fe1a172864cf41406efd Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Wed, 18 Jan 2017 17:14:12 +0100 Subject: [PATCH] Removing an unused C import to allow for "buildable" go files. Fixes https://github.com/mattn/go-sqlite3/issues/374 --- doc.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc.go b/doc.go index 030cd93..c721f77 100644 --- a/doc.go +++ b/doc.go @@ -110,5 +110,3 @@ See the documentation of RegisterFunc for more details. */ package sqlite3 - -import "C"