Gopher Academy Toggle navigation Categories Gopher Academy GopherCon Categories Gopher Academy GopherCon © 2015 Gopher Academy, LLC 2013 Powered by Hugo Designed by Ardan Studios Code Generation From the AST Contributed by 2015-03-13 Deprehend is a tool that auto-generates go src to wrap goroutines with panic handlers and wrap http handlers for metrics tracking. Over at DeferPanic we do a lot of application monitoring specifically for you, Go engineers. Go as a language is very opinionated and more importantly, Go engineers are an anti-magic crowd. To this end, we have exposed most of our functionality as wrappers around the stdlib. What this means is that you have to manually add code to use the client library effectively. Engineers are a lazy bunch - it’s why we are engineers. We like to automate as much as possible. As...