Skip to main content

Go Errors

· 2 min read

In Go, errors are returned as values. We can construct them in several ways.