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.
2 parents 2102378 + 5d9cd27 commit 3b99664Copy full SHA for 3b99664
README.md
@@ -49,7 +49,7 @@ import (
49
)
50
51
func recordStats(db *sql.DB, userID, productID int64) (err error) {
52
- tx, err := db.Begin()
+ tx, err = db.Begin()
53
if err != nil {
54
return
55
}
0 commit comments