kubo/core
Steven Allen 79e7d5e542 update go-datastore to use []byte values instead of {}interface values
* 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: Steven Allen <steven@stebalien.com>
2018-08-13 14:42:55 -07:00
..
commands update go-datastore to use []byte values instead of {}interface values 2018-08-13 14:42:55 -07:00
coreapi update go-datastore to use []byte values instead of {}interface values 2018-08-13 14:42:55 -07:00
coredag update go-datastore to use []byte values instead of {}interface values 2018-08-13 14:42:55 -07:00
corehttp update go-datastore to use []byte values instead of {}interface values 2018-08-13 14:42:55 -07:00
corerepo update go-datastore to use []byte values instead of {}interface values 2018-08-13 14:42:55 -07:00
coreunix update go-datastore to use []byte values instead of {}interface values 2018-08-13 14:42:55 -07:00
mock update go-datastore to use []byte values instead of {}interface values 2018-08-13 14:42:55 -07:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
bootstrap_test.go gx: Update config 2018-08-09 12:39:55 +02:00
bootstrap.go gx: Update config 2018-08-09 12:39:55 +02:00
builder.go update go-datastore to use []byte values instead of {}interface values 2018-08-13 14:42:55 -07:00
core_test.go update go-datastore to use []byte values instead of {}interface values 2018-08-13 14:42:55 -07:00
core.go update go-datastore to use []byte values instead of {}interface values 2018-08-13 14:42:55 -07:00
pathresolver_test.go update go-datastore to use []byte values instead of {}interface values 2018-08-13 14:42:55 -07:00
pathresolver.go update go-datastore to use []byte values instead of {}interface values 2018-08-13 14:42:55 -07:00