Go Error Best Practices

Create and handle your errors the right way

Stefanie Lai
Level Up Coding
Published in
6 min readOct 6, 2021

--

From unsplash, Alexander Schimmeck, @alschim

Being indulged in Go for quite a while and having implemented web-related programs, grpc interfaces, and Operators, I seem to be an advanced beginner now.

However, I am still a novice in production-environmental debugging, which is cumbersome if done by querying logs or error messages. Imagine the scenario that a full-text…

--

--