Showing Posts From
Web-development
Go Switch - 6 ways of using Switch in Go
- Sriram Thiagarajan
- August 17, 2021
Application Development will have business logic based on a few conditions and the switch statement ...
How to program a while loop in golang?
- Sriram Thiagarajan
- July 9, 2023
Golang syntax does not have a keyword for `while` loop but we can use the `for` loop syntax to creat...