Hacker News new | ask | show | jobs
by yakubin 1435 days ago
There are some instances of it in the stdlib, e.g. <https://pkg.go.dev/html/template@go1.18.4#Must>

I'd guess with generics we can expect a generic "Must" to replace them.