Commit aa2760c3 authored by gwenn's avatar gwenn

Update Readme

parent bfe9cea2
...@@ -14,7 +14,7 @@ There are two layers: ...@@ -14,7 +14,7 @@ There are two layers:
[2]: http://www.travis-ci.org/gwenn/gosqlite [2]: http://www.travis-ci.org/gwenn/gosqlite
### Caveat ### Caveat
With Go 1.6, this driver does not work anymore without `GODEBUG=cgocheck=0` (see [Cgo major change](https://golang.org/doc/go1.6#cgo)). With Go 1.6, some features do not work anymore without `GODEBUG=cgocheck=0` (see [Cgo major change](https://golang.org/doc/go1.6#cgo)).
It seems that the solution is a global variable/lock (see [here](https://github.com/mattn/go-sqlite3/pull/268)). It seems that the solution is a global variable/lock (see [here](https://github.com/mattn/go-sqlite3/pull/268)).
"I would prefer not to" do this. "I would prefer not to" do this.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment