mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 08:09:13 +00:00
Update README.md (#10589)
This commit is contained in:
parent
abc0079904
commit
83e30cc021
@ -1119,7 +1119,7 @@ With <code>var x int = 2</code> we are setting the variable type to integer whil
|
||||
<details>
|
||||
<summary>True or False? In Go we can redeclare variables and once declared we must use it.</summary>
|
||||
|
||||
False. We can't redeclare variables but yes, we must used declared variables.
|
||||
False. We can't redeclare variables but yes, we must use declared variables.
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user