aboutsummaryrefslogtreecommitdiffstats
path: root/exercises/if/README.md
blob: ab7bab899597be34b2af2ba32efe93ad97e59356 (plain)
1
2
3
# If

`if` is the most basic type of control flow. Go does not have [pattern matching](https://en.wikipedia.org/wiki/Pattern_matching) so `if` is widely used.