We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b5700 commit 7e58b25Copy full SHA for 7e58b25
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