We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f920cc8 commit c35a79dCopy full SHA for c35a79d
README.md
@@ -54,7 +54,7 @@ import (
54
)
55
56
func recordStats(db *sql.DB, userID, productID int64) (err error) {
57
- tx, err = db.Begin()
+ tx, err := db.Begin()
58
if err != nil {
59
return
60
}
0 commit comments