How to begin with golang
Photo by Eugene Chystiakov on Unsplash

How To Begin With Golang | Part 2

Conditional Statements and Looping

Jes Fink-Jensen
4 min readFeb 19, 2022

--

This article is part 2 of a series on how to begin with, Golang. In this article, we’ll take a look at conditional statements like if and switch. In addition to that, we’ll also look at how to write loops using for.

The whole series of articles consists of 3 parts:

--

--