Update code sample

This commit is contained in:
ashhadsheikh
2020-11-02 20:14:57 +05:30
committed by gagandeep trivedi
parent f920cc853b
commit c35a79d518
+1 -1
View File
@@ -54,7 +54,7 @@ import (
)
func recordStats(db *sql.DB, userID, productID int64) (err error) {
tx, err = db.Begin()
tx, err := db.Begin()
if err != nil {
return
}