Hacker News new | ask | show | jobs
by vips7L 163 days ago
Isn’t the Go version also forcing the callers to deal with the errors by returning them? The swift version just lets the compiler do it rather than manually returning them.