We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f73864 commit 1a006beCopy full SHA for 1a006be
examples/basic/unsafes/unsafe_sizeof.go
@@ -40,7 +40,7 @@ func Sizeof() error {
40
arr: [3]int{1, 2, 3},
41
sli: []int{},
42
sli2: []int{
43
- 1, 2, 3,
+ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
44
},
45
}
46
0 commit comments