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
commit b9e7e69634
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"