#development #golang #pattern #reading-list

🔗 Generic "must" helper for Go
paul.totterman.name

Go error handling can be a bit verbose. There are a lot of places where errors are unlikely or where they are so critical that a panic is preferred. Because of this there are lots of Must* -helpers in various packages. E.g. regexp.MustCompile.

continue reading on paul.totterman.name

⚠️ This post links to an external website. ⚠️