Tag: golang
All the articles with the tag "golang".
Discriminated Union Pattern in Go
Published: at 09:23 PMI 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.