Archive of stories published by OneFootball Tech

A Look At Go 1.13 Errors

Go 1.13 brings additions to the error package. They come from the proposal for Go 2 error inspection. Let's see what we've got.

In Go errors are any value implementing the error interface.

// The error built-in interface type is the…

These were the top 10 stories published by OneFootball Tech; you can also dive into yearly archives: 2017, 2018, 2019, 2020, 2021, 2022, 2023, and 2024.