Finish comment in walletdb namespace example.

This commit is contained in:
Dave Collins 2014-11-10 22:30:07 -06:00
parent c9ee57d53d
commit cdba2f858c

View file

@ -85,7 +85,8 @@ func ExampleDB_namespace() {
defer teardownFunc()
// Get or create a namespace in the database as needed. This namespace
// is what
// is what is typically passed to specific sub-packages so they have
// their own area to work in without worrying about conflicting keys.
namespaceKey := []byte("walletsubpackage")
namespace, err := db.Namespace(namespaceKey)
if err != nil {