Hacker News new | ask | show | jobs
by wrcwill 833 days ago
yeah i meant if each field could be a tuple of (val, bool) or (val, err) to get around the pointer issue
1 comments

There are no tuples in Go. Very unfortunate. Tuples, enums and pattern matching is sooo good in Rust. I really miss it in Go.