Pratik Jagrut
Pratik Jagrut

Pratik Jagrut

Follow
Follow
homeGobadges
Tag

error-handling-in-go

#error-handling-in-go

More content

Read more stories on Hashnode


Articles with this tag

Error Handling in Go (Part-2)

Nov 19, 20229 min read95 views

Creating errors with errors.New() function If we don't need a custom type for an error, and we can work with a single error type then we can use...

Error Handling in Go (Part-2)

Error Handling in Go (Part-1)

Nov 11, 20227 min read96 views

Error is a result of unexpected circumstances or abnormal behaviour of the program. For example, a network connection error, a user entering incorrect...

Error Handling in Go (Part-1)