mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-30 10:45:18 -06:00
Fix typo in TODO
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"github.com/attic-labs/noms/ref"
|
||||
)
|
||||
|
||||
// TODO: This ends up loading the entire value recusrively. We need to change the encoder to look at the futures directly and not expand them.
|
||||
// TODO: This ends up loading the entire value recursively. We need to change the encoder to look at the futures directly and not expand them.
|
||||
func WriteValue(v Value, cs chunks.ChunkSink) (ref.Ref, error) {
|
||||
switch v := v.(type) {
|
||||
case Blob:
|
||||
|
||||
Reference in New Issue
Block a user