Skip to content

Commit bcd3096

Browse files
authored
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)