Tag: Golang
All the articles with the tag "Golang".
-
Discriminated Union Pattern in Go
I often use the Tagged Unions pattern in TypeScript. I encountered a problem I would solve with this pattern in Go. Let me show you how this can be solved in Go.