aboutsummaryrefslogtreecommitdiffstats
path: root/exercises/variables/README.md
blob: 9a65190ff9cf17a78ffb615b63b67152756f5eaa (plain)
1
2
3
4
5
# Variables

Variables in go are used to bind a value to a name, just like in other programming languages.

There are two ways to define variables in go.