Articles in this series
Go variables and functions Introduction Go a.ka. golang is a statically-typed compiled high-level programming language as you can find on google...
Data types, type casting and constants This blog is in continuation with the previous blog, where I discussed variables and functions in Golang. In...
Operators in Go ยท Operators are used to perform mathematical or logical operations. Go provides several operators that can be categorized into various...
Go flow controls Just like any programming language Go also provides flow controls to control the program execution. In this post, I will be...