diff options
Diffstat (limited to 'vendor/modernc.org/sqlite/README.md')
-rw-r--r-- | vendor/modernc.org/sqlite/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modernc.org/sqlite/README.md b/vendor/modernc.org/sqlite/README.md index d4ff85132..a47f345f9 100644 --- a/vendor/modernc.org/sqlite/README.md +++ b/vendor/modernc.org/sqlite/README.md @@ -1,6 +1,6 @@ # sqlite -Package sqlite is a CGo-free port of SQLite. +Package sqlite is a cgo-free port of SQLite. Although you could see mattn's driver (`github.com/mattn/go-sqlite3`) in go.mod file, we import it for tests only. SQLite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine. |