go-viper / mapstructure

Go library for decoding generic map values into native Go structures and vice versa.
MIT License
139 stars 13 forks source link

Remove exposed error type #24

Closed sagikazarmark closed 4 months ago

sagikazarmark commented 4 months ago

This is a breaking change before v2 is tagged.

We are moving towards dropping support for anything below Go 1.20.

Once we are on Go 1.20, we can start using errors.Join.