Skip to content

Commit

Permalink
Update getting-started-sqlite.md (#3767)
Browse files Browse the repository at this point in the history
  • Loading branch information
cugu authored Jan 9, 2025
1 parent a7af58a commit bcd3096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/getting-started-sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
```

Expand Down

0 comments on commit bcd3096

Please sign in to comment.