Skip to content

Commit

Permalink
Update code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhadsheikh authored and gagantrivedi committed Nov 2, 2020
1 parent f920cc8 commit c35a79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c35a79d

Please sign in to comment.