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 2102378 commit 5d9cd27Copy full SHA for 5d9cd27
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