hack-pad / hackpadfs

An extensible file system abstraction for Go. File systems, composable interfaces, and test suites.
Apache License 2.0
254 stars 11 forks source link

idb: Fix inconsistently stored blob type #16

Closed JohnStarich closed 2 years ago

JohnStarich commented 2 years ago

This atomic value was incorrectly set to a byte slice instead of a *blob.Bytes type.