aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGert-Jan Timmer <gjr.timmer@gmail.com>2018-05-29 15:04:02 +0200
committerGert-Jan Timmer <gjr.timmer@gmail.com>2018-05-29 15:04:02 +0200
commit0eb0d18f674c808f523f67860aa0e04e750aee6e (patch)
treefb5131d273b9b28dd3343a250a2dab23bc64868c /README.md
parentMerge pull request #572 from GJRTimmer/update/docs (diff)
downloadgolite-0eb0d18f674c808f523f67860aa0e04e750aee6e.tar.gz
golite-0eb0d18f674c808f523f67860aa0e04e750aee6e.tar.xz
Removed Golang:1.8
Updated package for follow official Golang 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 1f51f29..1e834d8 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)