Showing Posts From

Web-development

Go Switch - 6 ways of using Switch in Go

Application Development will have business logic based on a few conditions and the switch statement ...

How to program a while loop in golang?

Golang syntax does not have a keyword for `while` loop but we can use the `for` loop syntax to creat...