ended7월 3일· 1 sources
Variable Scope and Variable Shadowing in Golang
Why it matters
Variable scope refers to the block or region of code in which a variable can be accessed. Go uses lexical scoping (also known as static scoping) based on blocks. A block is a sequence of declarations ...
1
Sources
+0
24h
—
Growth
80d
Active