this post was submitted on 29 Nov 2024
2 points (100.0% liked)

Hacker News

309 readers
426 users here now

RSS Feed of HackerNews

founded 3 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] LegoBrickOnFire 1 points 3 weeks ago

This fixes my biggest issue with go: Shitty error handling.

It introduces an Option and Result type which was not possible to do with Go :D