Breaking the long line

pull/80/head
Rodrigo Coelho 2018-02-14 10:06:29 -02:00 committed by GitHub
parent fafe4b70b5
commit 584b1a3dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
db.go
View File

@ -441,7 +441,8 @@ func (db *DB) init() error {
}
// Close releases all database resources.
// It will block waiting for any open transactions to finish before closing the database and returning.
// It will block waiting for any open transactions to finish
// before closing the database and returning.
func (db *DB) Close() error {
db.rwlock.Lock()
defer db.rwlock.Unlock()