Removing an unused C import to allow for "buildable" go files. Fixes https://github.com/mattn/go-sqlite3/issues/374

csv
Mark Bates 2017-01-18 17:14:12 +01:00
parent 2ce48427c4
commit 5811704cf6
1 changed files with 0 additions and 2 deletions

2
doc.go
View File

@ -110,5 +110,3 @@ See the documentation of RegisterFunc for more details.
*/
package sqlite3
import "C"