Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bcd3096

Browse files
authoredJan 9, 2025··
Update getting-started-sqlite.md (#3767)
1 parent a7af58a commit bcd3096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/tutorials/getting-started-sqlite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ func main() {
189189
Before this code will compile you'll need to fetch the relevant SQLite driver:
190190

191191
```shell
192-
go get github.com/mattn/go-sqlite3
192+
go get modernc.org/sqlite
193193
go build ./...
194194
```
195195

0 commit comments

Comments
 (0)
Please sign in to comment.