go-conditionals


tags:

  • ready
  • online
  • reviewed
  • go
  • summary
  • informatic
  • conditionals

go-conditionals

Contents

__Roadmap info from [ roadmap website ] (https://roadmap.sh/golang/go-basics/conditionals) __

Conditional Statements

Conditional statements are used to run code only if a certain condition is true; go supports :

  • if statements
  • if / else statements
  • switch case statements

Visit the following resources to learn more: