IF and Else statement in Golang
What are IF and else statement in GO**
They are called conditional statement..imagine you want a block of code to run on a certain condition like if ada is 2 years something should happen otherwise something else should happen .Without much talk let ...
iyiola.hashnode.dev3 min read