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