From eb6721ae961b97632a46d2ec20e1497837b21398 Mon Sep 17 00:00:00 2001 From: Jonas Plum Date: Tue, 31 Dec 2024 03:22:22 +0100 Subject: [PATCH] Update getting-started-sqlite.md --- docs/tutorials/getting-started-sqlite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/getting-started-sqlite.md b/docs/tutorials/getting-started-sqlite.md index b5dea7ee3a..b3c2a570df 100644 --- a/docs/tutorials/getting-started-sqlite.md +++ b/docs/tutorials/getting-started-sqlite.md @@ -189,7 +189,7 @@ func main() { Before this code will compile you'll need to fetch the relevant SQLite driver: ```shell -go get github.com/mattn/go-sqlite3 +go get modernc.org/sqlite go build ./... ```