Fixed missing parenthesis on the readme

pull/34/head
Vitor De Mario 2015-02-23 16:35:38 -03:00
parent 8be3a28087
commit d6a67f7cce
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ if err != nil {
defer tx.Rollback()
// Use the transaction...
_, err := tx.CreateBucket([]byte("MyBucket")
_, err := tx.CreateBucket([]byte("MyBucket"))
if err != nil {
return err
}