We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfe03b commit 8e18530Copy full SHA for 8e18530
slice/pop.go
@@ -19,5 +19,5 @@ func main() {
19
20
s[0] = 100500
21
22
- fmt.Println("s2: ", s2)
+ fmt.Println("s2: ", s2) // same underlying array
23
}
0 commit comments