aboutsummaryrefslogtreecommitdiffstats
path: root/exercises
diff options
context:
space:
mode:
Diffstat (limited to 'exercises')
-rw-r--r--exercises/if/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/exercises/if/README.md b/exercises/if/README.md
new file mode 100644
index 0000000..ab7bab8
--- /dev/null
+++ b/exercises/if/README.md
@@ -0,0 +1,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.