diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2018-11-09 18:53:04 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2018-11-09 18:53:04 +0900 |
commit | eed79b86572f203cc92e92048ba06b56a8ca06e8 (patch) | |
tree | 26d3151d9fc7859bc86983441e7bff50bfe698c5 | |
parent | Merge pull request #657 from kevinburke/compile-tip (diff) | |
download | golite-eed79b86572f203cc92e92048ba06b56a8ca06e8.tar.gz golite-eed79b86572f203cc92e92048ba06b56a8ca06e8.tar.xz |
update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -10,9 +10,7 @@ go-sqlite3 sqlite3 driver conforming to the built-in database/sql interface -Supported Golang version: -- 1.9.x -- 1.10.x +Supported Golang version: See .travis.yml [This package follows the official Golang Release Policy.](https://golang.org/doc/devel/release.html#policy) |