We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b1cbc9 + 7e58b25 commit 8f0acc3Copy full SHA for 8f0acc3
en/05.2.md
@@ -80,6 +80,8 @@ The following example shows how to operate on a database based on the `database/
80
fmt.Println(department)
81
fmt.Println(created)
82
}
83
+
84
+ rows.Close()
85
86
// delete
87
stmt, err = db.Prepare("delete from userinfo where uid=?")
0 commit comments