Skip to content

Commit 32667ca

Browse files
authored
Update getting-started-sqlite.md (sqlc-dev#3767)
1 parent 965087e commit 32667ca

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)