stretchr / objx

Go package for dealing with maps, slices, JSON and other data.
MIT License
687 stars 75 forks source link

fix set within Map child element #105

Closed geseq closed 2 years ago

geseq commented 3 years ago

Summary

closes https://github.com/stretchr/objx/issues/97

Fixes Set call when trying to set a value into an inner element that's a Map type as described in https://github.com/stretchr/objx/issues/97

Checklist

geseq commented 3 years ago

@hanzei another one

geseq commented 3 years ago

depends on some changes in #104 I'll update it again once that is merged

geseq commented 2 years ago

ready to review @hanzei