Jun
22nd
Tue
22nd
Change to reflect package - golang-nuts | Google Groups
“The next release will contain a significant change to the reflect package. If you have code that uses reflect, it will need to be updated. If it’s like most clients of the reflect library, it will shrink significantly; if it’s one of the few unlucky ones, it may grow slightly. “
This is why I love following the development of Go. The willingness to just break every piece of code out there to make things a little bit better.