Contents
Roadmap info from roadmap website
Conditional Statements
Conditional statements are used to run code only if a certain condition is true; go supports :
-
ifstatements -
if / elsestatements -
switchcasestatements
Visit the following resources to learn more: