tbotd/vendor/src/github.com/asdine/storm/close.go

7 lines
91 B
Go
Raw Normal View History

2016-05-29 18:43:51 +00:00
package storm
// Close the database
func (s *DB) Close() error {
return s.Bolt.Close()
}