Great. Dropbox has also open-sourced their common Go libraries - <a href="https://github.com/dropbox/godropbox" rel="nofollow">https://github.com/dropbox/godropbox</a>
Just saw the enterprise go video mentionned in the article, and i couldn't help but think that the lack of "higher level" framework in go environment was at least in part due to the limited generic programming facilities offered by the language ( aka no class inheritence nor generics). Anyone trying to implement those kind of framework to confirm or infirm my impression ?