diff options
author | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-29 15:04:02 +0200 |
---|---|---|
committer | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-29 15:04:02 +0200 |
commit | 0eb0d18f674c808f523f67860aa0e04e750aee6e (patch) | |
tree | fb5131d273b9b28dd3343a250a2dab23bc64868c /README.md | |
parent | Merge pull request #572 from GJRTimmer/update/docs (diff) | |
download | golite-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.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) |