diff options
author | mattn <mattn.jp@gmail.com> | 2017-01-19 01:19:49 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-19 01:19:49 +0900 |
commit | b9e7e69634fc4824d6cd874fbe14c38e32bacb2c (patch) | |
tree | daff8e7186194e94b057bf566f0903a8e6516c53 | |
parent | remove fallbak for trace (diff) | |
parent | Removing an unused C import to allow for "buildable" go files. Fixes https://... (diff) | |
download | golite-b9e7e69634fc4824d6cd874fbe14c38e32bacb2c.tar.gz golite-b9e7e69634fc4824d6cd874fbe14c38e32bacb2c.tar.xz |
Merge pull request #375 from markbates/master
Removing an unused C import to allow for "buildable" go files. Fixes …
-rw-r--r-- | doc.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -110,5 +110,3 @@ See the documentation of RegisterFunc for more details. */ package sqlite3 - -import "C" |