Last updated: Mar 28, 2022

Error

When your program runs unexpectedly, the probable root cause is that you have acquainted the error. Now, how to handle the error, identifying and resolving it is the task. This section holds the information about that.
Go Error Handling
In this article, we will discuss errors in Go and how error handling works in Go.
Go Panic and Recover
In this article, we will discuss the concept of Panic and Recover in Go along with their examples.