#til

1 post tagged “til”.

1 min read

TIL: errors.Join collects multiple errors in Go

Go 1.20+ can bundle several errors into one, and errors.Is still sees through it.

gotil