github.com/go-asm/go@v1.21.1-0.20240213172139-40c5ead50c48/cmd/api/testdata/src/pkg/p1/golden.txt (about) 1 pkg p1, const A = 1 2 pkg p1, const A ideal-int 3 pkg p1, const A //deprecated 4 pkg p1, const A64 = 1 5 pkg p1, const A64 int64 6 pkg p1, const AIsLowerA = 11 7 pkg p1, const AIsLowerA ideal-int 8 pkg p1, const B0 = 2 9 pkg p1, const B0 ideal-int 10 pkg p1, const ConstChase2 = 11 11 pkg p1, const ConstChase2 ideal-int 12 pkg p1, const ConversionConst = 5 13 pkg p1, const ConversionConst MyInt 14 pkg p1, const FloatConst = 1.5 // 3/2 15 pkg p1, const FloatConst ideal-float 16 pkg p1, const StrConst = "foo" 17 pkg p1, const StrConst ideal-string 18 pkg p1, func Bar(int8, int16, int64) 19 pkg p1, func Bar1(int8, int16, int64) uint64 20 pkg p1, func Bar2(int8, int16, int64) (uint8, uint64) 21 pkg p1, func BarE() Error 22 pkg p1, func Now() Time 23 pkg p1, func PlainFunc(int, int, string) (*B, error) 24 pkg p1, func TakesFunc(func(int) int) 25 pkg p1, method (*B) JustOnB() 26 pkg p1, method (*B) OnBothTandBPtr() 27 pkg p1, method (*Embedded) OnEmbedded() 28 pkg p1, method (*S2) SMethod(int8, int16, int64) 29 pkg p1, method (*S2) SMethod //deprecated 30 pkg p1, method (*T) JustOnT() 31 pkg p1, method (*T) OnBothTandBPtr() 32 pkg p1, method (B) OnBothTandBVal() 33 pkg p1, method (S) StructValueMethod() 34 pkg p1, method (S) StructValueMethodNamedRecv() 35 pkg p1, method (S2) StructValueMethod() 36 pkg p1, method (S2) StructValueMethodNamedRecv() 37 pkg p1, method (T) OnBothTandBVal() 38 pkg p1, method (TPtrExported) OnEmbedded() 39 pkg p1, method (TPtrUnexported) OnBothTandBPtr() 40 pkg p1, method (TPtrUnexported) OnBothTandBVal() 41 pkg p1, type B struct 42 pkg p1, type ByteStruct struct 43 pkg p1, type ByteStruct struct, B uint8 44 pkg p1, type ByteStruct struct, R int32 45 pkg p1, type Codec struct 46 pkg p1, type Codec struct, Func func(int, int) int 47 pkg p1, type EmbedSelector struct 48 pkg p1, type EmbedSelector struct, embedded Time 49 pkg p1, type EmbedURLPtr struct 50 pkg p1, type EmbedURLPtr struct, embedded *URL 51 pkg p1, type Embedded struct 52 pkg p1, type Error interface { Error, Temporary } 53 pkg p1, type Error interface, Error() string 54 pkg p1, type Error interface, Temporary() bool 55 pkg p1, type FuncType func(int, int, string) (*B, error) 56 pkg p1, type I interface, Get(string) int64 57 pkg p1, type I interface, Get //deprecated 58 pkg p1, type I interface, GetNamed(string) int64 59 pkg p1, type I interface, Name() string 60 pkg p1, type I interface, PackageTwoMeth() 61 pkg p1, type I interface, Set(string, int64) 62 pkg p1, type I interface, unexported methods 63 pkg p1, type MyInt int 64 pkg p1, type Namer interface { Name } 65 pkg p1, type Namer interface, Name() string 66 pkg p1, type Private interface, X() 67 pkg p1, type Private interface, unexported methods 68 pkg p1, type Private //deprecated 69 pkg p1, type Public interface { X, Y } 70 pkg p1, type Public interface, X() 71 pkg p1, type Public interface, Y() 72 pkg p1, type S struct 73 pkg p1, type S struct, Public *int 74 pkg p1, type S struct, Public //deprecated 75 pkg p1, type S struct, PublicTime Time 76 pkg p1, type S2 struct 77 pkg p1, type S2 struct, Extra bool 78 pkg p1, type S2 struct, embedded S 79 pkg p1, type S2 struct, embedded S //deprecated 80 pkg p1, type SI struct 81 pkg p1, type SI struct, I int 82 pkg p1, type T struct 83 pkg p1, type TPtrExported struct 84 pkg p1, type TPtrExported struct, embedded *Embedded 85 pkg p1, type TPtrUnexported struct 86 pkg p1, type Time struct 87 pkg p1, type URL struct 88 pkg p1, type URL //deprecated 89 pkg p1, var Byte uint8 90 pkg p1, var ByteConv []uint8 91 pkg p1, var ByteFunc func(uint8) int32 92 pkg p1, var ChecksumError error 93 pkg p1, var SIPtr *SI 94 pkg p1, var SIPtr2 *SI 95 pkg p1, var SIVal SI 96 pkg p1, var StrConv string 97 pkg p1, var V string 98 pkg p1, var V1 uint64 99 pkg p1, var V2 p2.Twoer 100 pkg p1, var VError Error 101 pkg p1, var VError //deprecated 102 pkg p1, var X I 103 pkg p1, var X0 int64 104 pkg p1, var Y int