diff options
author | mattn <mattn.jp@gmail.com> | 2018-06-12 18:17:37 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-12 18:17:37 +0900 |
commit | 53f6d424abab6842853dd3ef0bb9254617ccb6e0 (patch) | |
tree | 0b02775a9a8fd94e55081a713cefe4a4f518c205 /README.md | |
parent | Adds GetFilename (sqlite3_db_filename) to SqliteConn (diff) | |
parent | Removed Windows Cross-Compile (diff) | |
download | golite-53f6d424abab6842853dd3ef0bb9254617ccb6e0.tar.gz golite-53f6d424abab6842853dd3ef0bb9254617ccb6e0.tar.xz |
Merge pull request #574 from GJRTimmer/update/travis
Follow official Release Policy
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,10 +11,11 @@ go-sqlite3 sqlite3 driver conforming to the built-in database/sql interface Supported Golang version: -- 1.8.x - 1.9.x - 1.10.x +[This package follows the official Golang Release Policy.](https://golang.org/doc/devel/release.html#policy) + ### Overview - [Installation](#installation) |