Control structures in Go
Control structures are useful in many ways. We use it to analyze variables and choose a direction to go in our program. Based on different criteria that is given as parameters we can make the program do different kind of things based on that.