aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2018-06-12 18:17:37 +0900
committerGitHub <noreply@github.com>2018-06-12 18:17:37 +0900
commit53f6d424abab6842853dd3ef0bb9254617ccb6e0 (patch)
tree0b02775a9a8fd94e55081a713cefe4a4f518c205 /README.md
parentAdds GetFilename (sqlite3_db_filename) to SqliteConn (diff)
parentRemoved Windows Cross-Compile (diff)
downloadgolite-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.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ca84ffd..e994e60 100644
--- a/README.md
+++ b/README.md
@@ -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)