Skip to content

Commit 1a006be

Browse files
committed
Update
1 parent 3f73864 commit 1a006be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/unsafes/unsafe_sizeof.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func Sizeof() error {
4040
arr: [3]int{1, 2, 3},
4141
sli: []int{},
4242
sli2: []int{
43-
1, 2, 3,
43+
1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
4444
},
4545
}
4646

0 commit comments

Comments
 (0)