Hacker News new | ask | show | jobs
by kraig 1648 days ago
With generics around the corner I am really hoping we see some flavor of Option & Result coming to Go. But I won't hold my breath for ?.
1 comments

> I won't hold my breath for ?.

Good idea :) `?` hides a control flow that Go takes great pains to make explicit. Adding it to the language would be a disaster.