-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathslices.txt
60 lines (60 loc) · 834 Bytes
/
slices.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
godump_test.Slice:13:24 {
1,
2.3,
true,
false,
nil,
[]*string:3:3 {
&"foo",
&"bar",
&"baz",
},
[]interface {}:0:0 {},
&[]bool:2:2 {#1
true,
false,
},
[]interface {}:3:8 {
nil,
nil,
nil,
},
[]godump_test.Slice(nil),
[2]int {
1,
2,
},
[2]interface {} {
nil,
nil,
},
&godump_test.Slice:13:24 {#2
1,
2.3,
true,
false,
nil,
[]*string:3:3 {
&"foo",
&"bar",
&"baz",
},
[]interface {}:0:0 {},
&@1,
[]interface {}:3:8 {
nil,
nil,
nil,
},
[]godump_test.Slice(nil),
[2]int {
1,
2,
},
[2]interface {} {
nil,
nil,
},
&@2,
},
}