diff options
author | Sergey Mudrik <sergey.mudrik@gmail.com> | 2017-03-02 00:15:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-02 00:15:45 +0300 |
commit | 4fb55b1ad958988931e88f7cb22518dd3d4fe9c4 (patch) | |
tree | 46dcf8e187dca080ad7f7afcc51f29b858717fa5 | |
parent | remove 1.6 (diff) | |
download | golite-4fb55b1ad958988931e88f7cb22518dd3d4fe9c4.tar.gz golite-4fb55b1ad958988931e88f7cb22518dd3d4fe9c4.tar.xz |
Added available extensions to README
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ FAQ Use `go build --tags "icu"` + Available extensions: `json1`, `fts5`, `icu` + * Can't build go-sqlite3 on windows 64bit. > Probably, you are using go 1.0, go1.0 has a problem when it comes to compiling/linking on windows 64bit. |