davecgh / go-spew

Implements a deep pretty printer for Go data structures to aid in debugging
ISC License
5.98k stars 361 forks source link

rm panic on config.SortKeys with an unexported map with array key #111

Open reinerRubin opened 4 years ago

reinerRubin commented 4 years ago

Hi, There is a fix for this panic [1].

1 - https://github.com/davecgh/go-spew/issues/108