Files
dolt/go
Erik Arvidsson 521e7b6bae Marshal: Use nil for empty Go collections (#2973)
This is a breaking change!

We used to create empty Go collections `[]int{}` when unmarshalling an
empty Noms collection onto a Go collection that was `nil`. Now we keep
the Go collection as `nil` which means that you will get `[]int(nil)`
for an empty Noms List.

Fixes #2969
2016-12-21 16:21:15 -08:00
..
2016-12-12 15:39:13 -08:00
2016-12-19 10:26:58 -08:00
2016-12-09 18:51:49 -08:00