tecbot / gorocksdb

gorocksdb is a Go wrapper for RocksDB
http://rocksdb.org
MIT License
940 stars 269 forks source link

Fix defer orders in tests #195

Closed ferhatelmas closed 2 years ago

ferhatelmas commented 4 years ago

If error is nil, defer should be called otherwise, it will panic.