Hacker News new | ask | show | jobs
by fsdjkflsjfsoij 1002 days ago
You can't do the exact same thing in Go because Go doesn't have a way to define a sum type yet outside of generic constraints. The closest you can get is using an interface and a type switch but that won't give you exhaustive matching.