diff options
author | mattn <mattn.jp@gmail.com> | 2017-03-02 09:08:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-02 09:08:39 +0900 |
commit | acf4ae44299454c98d3a39ea15d444b5a6708710 (patch) | |
tree | 46dcf8e187dca080ad7f7afcc51f29b858717fa5 | |
parent | remove 1.6 (diff) | |
parent | Added available extensions to README (diff) | |
download | golite-acf4ae44299454c98d3a39ea15d444b5a6708710.tar.gz golite-acf4ae44299454c98d3a39ea15d444b5a6708710.tar.xz |
Merge pull request #387 from msoap/patch-1
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. |