bmatsuo / lmdb-go

Bindings for the LMDB C library
BSD 3-Clause "New" or "Revised" License
157 stars 59 forks source link

lmdb: clean up C.MDB_val internals #49

Closed bmatsuo closed 8 years ago

bmatsuo commented 8 years ago

The mdbVal type was vestigial after updating for the cgo changes in go1.6. I extracted the meaningful functions and removed the type definition.