Files
dolt/types/rungen.go
T
Erik Arvidsson 81f80d5ce6 NomDL: Encode compound blobs as structs
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
2015-10-27 17:53:16 -04:00

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