aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2014-11-14 19:49:22 +0900
committermattn <mattn.jp@gmail.com>2014-11-14 19:49:22 +0900
commit764faa850f9c27b8f2a0fc148cde6c06236fa61b (patch)
treec46a9fb81ecc5cc2a71d3dc371b82294c97d5793
parentBackup.Step may handle SQLITE_BUSY / SQLITE_LOCKED specifically. Close #133 (diff)
downloadgolite-764faa850f9c27b8f2a0fc148cde6c06236fa61b.tar.gz
golite-764faa850f9c27b8f2a0fc148cde6c06236fa61b.tar.xz
Update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3aa5b1e..9de39a4 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,10 @@ FAQ
> You can pass some arguments into the connection string, for example, a URI.
> See: https://github.com/mattn/go-sqlite3/issues/39
+* Do you want cross compiling? mingw on Linux or Mac?
+
+ > See: https://github.com/mattn/go-sqlite3/issues/106
+
License
-------