1
+ pkg p1, const A //deprecated
1
2
pkg p1, const A = 1
2
3
pkg p1, const A ideal-int
3
- pkg p1, const A //deprecated
4
4
pkg p1, const A64 = 1
5
5
pkg p1, const A64 int64
6
6
pkg p1, const AIsLowerA = 11
@@ -25,8 +25,8 @@ pkg p1, func TakesFunc(func(int) int)
25
25
pkg p1, method (*B) JustOnB()
26
26
pkg p1, method (*B) OnBothTandBPtr()
27
27
pkg p1, method (*Embedded) OnEmbedded()
28
- pkg p1, method (*S2) SMethod(int8, int16, int64)
29
28
pkg p1, method (*S2) SMethod //deprecated
29
+ pkg p1, method (*S2) SMethod(int8, int16, int64)
30
30
pkg p1, method (*T) JustOnT()
31
31
pkg p1, method (*T) OnBothTandBPtr()
32
32
pkg p1, method (B) OnBothTandBVal()
@@ -53,8 +53,8 @@ pkg p1, type Error interface { Error, Temporary }
53
53
pkg p1, type Error interface, Error() string
54
54
pkg p1, type Error interface, Temporary() bool
55
55
pkg p1, type FuncType func(int, int, string) (*B, error)
56
- pkg p1, type I interface, Get(string) int64
57
56
pkg p1, type I interface, Get //deprecated
57
+ pkg p1, type I interface, Get(string) int64
58
58
pkg p1, type I interface, GetNamed(string) int64
59
59
pkg p1, type I interface, Name() string
60
60
pkg p1, type I interface, PackageTwoMeth()
@@ -63,9 +63,9 @@ pkg p1, type I interface, unexported methods
63
63
pkg p1, type MyInt int
64
64
pkg p1, type Namer interface { Name }
65
65
pkg p1, type Namer interface, Name() string
66
+ pkg p1, type Private //deprecated
66
67
pkg p1, type Private interface, X()
67
68
pkg p1, type Private interface, unexported methods
68
- pkg p1, type Private //deprecated
69
69
pkg p1, type Public interface { X, Y }
70
70
pkg p1, type Public interface, X()
71
71
pkg p1, type Public interface, Y()
@@ -84,8 +84,8 @@ pkg p1, type TPtrExported struct
84
84
pkg p1, type TPtrExported struct, embedded *Embedded
85
85
pkg p1, type TPtrUnexported struct
86
86
pkg p1, type Time struct
87
- pkg p1, type URL struct
88
87
pkg p1, type URL //deprecated
88
+ pkg p1, type URL struct
89
89
pkg p1, var Byte uint8
90
90
pkg p1, var ByteConv []uint8
91
91
pkg p1, var ByteFunc func(uint8) int32
@@ -97,8 +97,8 @@ pkg p1, var StrConv string
97
97
pkg p1, var V string
98
98
pkg p1, var V1 uint64
99
99
pkg p1, var V2 p2.Twoer
100
- pkg p1, var VError Error
101
100
pkg p1, var VError //deprecated
101
+ pkg p1, var VError Error
102
102
pkg p1, var X I
103
103
pkg p1, var X0 int64
104
104
pkg p1, var Y int
0 commit comments