mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-08 02:36:27 -05:00
81f80d5ce6
Before encoding a compoundBlob we create a compoundBlobStruct and encode that instead. After decoding we check if the value is a compoundBlobStruct and if so we convert it to a compoundBlob. Fixes #455, #165
6 lines
128 B
Go
6 lines
128 B
Go
package types
|
|
|
|
//go:generate go run gen/main.go
|
|
|
|
//go:generate go run ../nomdl/codegen/codegen.go -in=compound_blob_struct.noms
|