update go-datastore to use []byte values instead of {}interface values
Steven Allen authored
* Most of our datastores barf on non []byte values.
* We have to have a bunch of "is this a []byte" checks.
* Saves some allocations.

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
737db43c