mitchellh / mapstructure

Go library for decoding generic map values into native Go structures and vice versa.
https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
MIT License
7.93k stars 677 forks source link

Add decode hooks for netip Addr and AddrPort #315

Closed sagikazarmark closed 11 months ago

sagikazarmark commented 1 year ago

Technically this package still supports Go 1.14 which is why I decided to add a guard for the new functions. I can easily get rid of it, but I'd recommend bumping the Go version in the go.mod file in that case.

sagikazarmark commented 1 year ago

Friendly ping :)

sagikazarmark commented 1 year ago

@mitchellh anything I can do to get this PR merged?

sagikazarmark commented 11 months ago

Fixed in https://github.com/go-viper/mapstructure/pull/3