Open mlucy opened 8 years ago
encoding struct{ V []T "gorethink:,omitempty" }{ V: []T{} } results in the field missing, even though []T{} is not nil
struct{ V []T "gorethink:,omitempty" }{ V: []T{} }
[]T{}
nil
encoding
struct{ V []T "gorethink:,omitempty" }{ V: []T{} }
results in the field missing, even though[]T{}
is notnil