Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 78cabc3

Browse files
committed
Update fetching.md
1 parent bb3c30d commit 78cabc3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fetching.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ share: true
1010

1111
Let's take a look at an example of how to query the database, working with results. We'll query the `users` table for a user whose `id` is 1, and print out the user's `id` and `name`:
1212

13-
```go
1413
var (
1514
id int
1615
name string
@@ -31,7 +30,6 @@ Let's take a look at an example of how to query the database, working with resul
3130
if err != nil {
3231
log.Fatal(err)
3332
}
34-
```
3533

3634
Here's what's happening in the above code:
3735

0 commit comments

Comments
 (0)