As Golang is not the first language programmers usually learn, I assume you already have good knowledge in at least one other programming language and are now expanding your knowledge to Golang. If you are just trying to find the error handling mechanism on the official API docs by looking for the try/catch mechanism, you probably got tired of finding that and may be thinking … [Read more...] about Understanding Golang Error Handling
golang
Getting Started With Golang Unit Testing
It's been a while since I wrote my last blog post. I am feeling thrilled to be able to make a comeback again. I hope I can hold this from now on. So, in these last couple of months, I have learned a lot, and one of them is to get into Golang. I loved this language and its capability. As part of this, I had to dive into Golang unit testing as well. However, interestingly, I … [Read more...] about Getting Started With Golang Unit Testing