idvoretskyi / horizon-cloud

An operations service to deploy, manage, and scale Horizon apps
0 stars 0 forks source link

Consider patching GoRethink's omitempty #101

Open mlucy opened 8 years ago

encryptio commented 8 years ago

encoding struct{ V []T "gorethink:,omitempty" }{ V: []T{} } results in the field missing, even though []T{} is not nil