Merge pull request #375 from markbates/master

Removing an unused C import to allow for "buildable" go files. Fixes …
This commit is contained in:
mattn
2017-01-19 01:19:49 +09:00
committed by GitHub

2
doc.go
View File

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