mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-29 03:06:35 -05:00
9aadd85004
The generated code for typed structs now uses a Go struct which implements Value directly. The fields in this struct uses the "user" type. (The union value still uses types.Value though.) When a typed struct is created by the decoder, it asks for a struct builder which returns a channel that the values of the fields of the struct are sent to.
987 B
987 B