Pattern Matching in Go: How GALA Brings Sealed Types and Exhaustive Matching to the Go Ecosystem
Go is a language built on simplicity. But simplicity has costs, and one cost Go developers feel acutely is the lack of pattern matching and algebraic data types. If you have ever modeled a closed set
martianov.dev11 min read