bmatsuo / lmdb-go

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

fewer examples as tests #2

Closed bmatsuo closed 9 years ago

bmatsuo commented 9 years ago

Given the fairly complex nature of setting up, populating, and testing a database it seems more appropriate to have one or two executable examples and more examples that are reusable snippets in example_test.go simply so that their compilation can be verified.

The following example functions need to be evaluated and have any necessary tests and code examples added before being removed.