Our great sponsors
-
The problem with try was that it discourages adding additional context to errors and obfuscates the control flow in nested scenarios: https://github.com/golang/go/issues/32825
-
OCaml with the musl C library would like a word.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Check this out. I know its a toy, but the main code is actually already on the dotnet repos. bflat
-
Gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
ASP.NET is a framework. Getting equivalent behavior in go with a similar framework is trivial. For example, using gin-gonic it's just r.Use(gin.Recovery()) for an arbitrary router r. Needless to say it allows logging too.