Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
fix db.Begin
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuah committed Jun 16, 2015
1 parent e1aeb09 commit c9f6a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db.go
Expand Up @@ -213,6 +213,7 @@ func (db *DB) Begin() (*Tx, error) {

return &Tx{
Tx: tx,
db: db,
}, nil
}

Expand Down

0 comments on commit c9f6a18

Please sign in to comment.