diff options
author | Buk Bukowski <38087302+bukowa@users.noreply.github.com> | 2020-11-17 02:04:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 10:04:13 +0900 |
commit | 07096126290ca7cda1127d497004a07903733305 (patch) | |
tree | 8d77a52ef60962575e463dd573b6f1bf72080b7a /README.md | |
parent | sqlite3.go: Remove -DSQLITE_ENABLE_FTS4_UNICODE61: not supported (#872) (diff) | |
download | golite-07096126290ca7cda1127d497004a07903733305.tar.gz golite-07096126290ca7cda1127d497004a07903733305.tar.xz |
README.md: use link in markdown (#859)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ Latest stable version is v1.14 or later not v2. sqlite3 driver conforming to the built-in database/sql interface -Supported Golang version: See .github/workflows/go.yaml +Supported Golang version: See [.github/workflows/go.yaml](./.github/workflows/go.yaml) [This package follows the official Golang Release Policy.](https://golang.org/doc/devel/release.html#policy) |