Skip to content

Commit

Permalink
Merge pull request #225 from Pawan-Bishnoi/fix_readme
Browse files Browse the repository at this point in the history
Readme: build error in sample code
  • Loading branch information
l3pp4rd committed May 12, 2020
2 parents 2102378 + 5d9cd27 commit 3b99664
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 @@ -49,7 +49,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 3b99664

Please sign in to comment.