Text file api/go1.25.txt

     1  pkg crypto, func SignMessage(Signer, io.Reader, []uint8, SignerOpts) ([]uint8, error) #63405
     2  pkg crypto, type MessageSigner interface { Public, Sign, SignMessage } #63405
     3  pkg crypto, type MessageSigner interface, Public() PublicKey #63405
     4  pkg crypto, type MessageSigner interface, Sign(io.Reader, []uint8, SignerOpts) ([]uint8, error) #63405
     5  pkg crypto, type MessageSigner interface, SignMessage(io.Reader, []uint8, SignerOpts) ([]uint8, error) #63405
     6  pkg crypto/ecdsa, func ParseRawPrivateKey(elliptic.Curve, []uint8) (*PrivateKey, error) #63963
     7  pkg crypto/ecdsa, func ParseUncompressedPublicKey(elliptic.Curve, []uint8) (*PublicKey, error) #63963
     8  pkg crypto/ecdsa, method (*PrivateKey) Bytes() ([]uint8, error) #63963
     9  pkg crypto/ecdsa, method (*PublicKey) Bytes() ([]uint8, error) #63963
    10  pkg crypto/sha3, method (*SHA3) Clone() (hash.Cloner, error) #69521
    11  pkg crypto/tls, type Config struct, GetEncryptedClientHelloKeys func(*ClientHelloInfo) ([]EncryptedClientHelloKey, error) #71920
    12  pkg crypto/tls, type ConnectionState struct, CurveID CurveID #67516
    13  pkg debug/elf, const PT_RISCV_ATTRIBUTES = 1879048195 #72843
    14  pkg debug/elf, const PT_RISCV_ATTRIBUTES ProgType #72843
    15  pkg debug/elf, const SHT_RISCV_ATTRIBUTES = 1879048195 #72843
    16  pkg debug/elf, const SHT_RISCV_ATTRIBUTES SectionType #72843
    17  pkg go/ast, const FilterFuncDuplicates //deprecated #73088
    18  pkg go/ast, const FilterImportDuplicates //deprecated #73088
    19  pkg go/ast, const FilterUnassociatedComments //deprecated #73088
    20  pkg go/ast, func FilterPackage //deprecated #73088
    21  pkg go/ast, func MergePackageFiles //deprecated #73088
    22  pkg go/ast, func PackageExports //deprecated #73088
    23  pkg go/ast, func PreorderStack(Node, []Node, func(Node, []Node) bool) #73319
    24  pkg go/ast, type MergeMode //deprecated #73088
    25  pkg go/parser, func ParseDir //deprecated #71122
    26  pkg go/token, method (*FileSet) AddExistingFiles(...*File) #73205
    27  pkg go/types, const FieldVar = 6 #70250
    28  pkg go/types, const FieldVar VarKind #70250
    29  pkg go/types, const LocalVar = 2 #70250
    30  pkg go/types, const LocalVar VarKind #70250
    31  pkg go/types, const PackageVar = 1 #70250
    32  pkg go/types, const PackageVar VarKind #70250
    33  pkg go/types, const ParamVar = 4 #70250
    34  pkg go/types, const ParamVar VarKind #70250
    35  pkg go/types, const RecvVar = 3 #70250
    36  pkg go/types, const RecvVar VarKind #70250
    37  pkg go/types, const ResultVar = 5 #70250
    38  pkg go/types, const ResultVar VarKind #70250
    39  pkg go/types, func LookupSelection(Type, bool, *Package, string) (Selection, bool) #70737
    40  pkg go/types, method (*Var) Kind() VarKind #70250
    41  pkg go/types, method (*Var) SetKind(VarKind) #70250
    42  pkg go/types, method (VarKind) String() string #70250
    43  pkg go/types, type VarKind uint8 #70250
    44  pkg hash, type Cloner interface { BlockSize, Clone, Reset, Size, Sum, Write } #69521
    45  pkg hash, type Cloner interface, BlockSize() int #69521
    46  pkg hash, type Cloner interface, Clone() (Cloner, error) #69521
    47  pkg hash, type Cloner interface, Reset() #69521
    48  pkg hash, type Cloner interface, Size() int #69521
    49  pkg hash, type Cloner interface, Sum([]uint8) []uint8 #69521
    50  pkg hash, type Cloner interface, Write([]uint8) (int, error) #69521
    51  pkg hash, type XOF interface { BlockSize, Read, Reset, Write } #69518
    52  pkg hash, type XOF interface, BlockSize() int #69518
    53  pkg hash, type XOF interface, Read([]uint8) (int, error) #69518
    54  pkg hash, type XOF interface, Reset() #69518
    55  pkg hash, type XOF interface, Write([]uint8) (int, error) #69518
    56  pkg hash/maphash, method (*Hash) Clone() (hash.Cloner, error) #69521
    57  pkg io/fs, func Lstat(FS, string) (FileInfo, error) #49580
    58  pkg io/fs, func ReadLink(FS, string) (string, error) #49580
    59  pkg io/fs, type ReadLinkFS interface { Lstat, Open, ReadLink } #49580
    60  pkg io/fs, type ReadLinkFS interface, Lstat(string) (FileInfo, error) #49580
    61  pkg io/fs, type ReadLinkFS interface, Open(string) (File, error) #49580
    62  pkg io/fs, type ReadLinkFS interface, ReadLink(string) (string, error) #49580
    63  pkg log/slog, func GroupAttrs(string, ...Attr) Attr #66365
    64  pkg log/slog, method (Record) Source() *Source #70280
    65  pkg mime/multipart, func FileContentDisposition(string, string) string #46771
    66  pkg net/http, func NewCrossOriginProtection() *CrossOriginProtection #73626
    67  pkg net/http, method (*CrossOriginProtection) AddInsecureBypassPattern(string) #73626
    68  pkg net/http, method (*CrossOriginProtection) AddTrustedOrigin(string) error #73626
    69  pkg net/http, method (*CrossOriginProtection) Check(*Request) error #73626
    70  pkg net/http, method (*CrossOriginProtection) Handler(Handler) Handler #73626
    71  pkg net/http, method (*CrossOriginProtection) SetDenyHandler(Handler) #73626
    72  pkg net/http, type CrossOriginProtection struct #73626
    73  pkg os, method (*Root) Chmod(string, fs.FileMode) error #67002
    74  pkg os, method (*Root) Chown(string, int, int) error #67002
    75  pkg os, method (*Root) Chtimes(string, time.Time, time.Time) error #67002
    76  pkg os, method (*Root) Lchown(string, int, int) error #67002
    77  pkg os, method (*Root) Link(string, string) error #67002
    78  pkg os, method (*Root) MkdirAll(string, fs.FileMode) error #67002
    79  pkg os, method (*Root) ReadFile(string) ([]uint8, error) #73126
    80  pkg os, method (*Root) Readlink(string) (string, error) #67002
    81  pkg os, method (*Root) RemoveAll(string) error #67002
    82  pkg os, method (*Root) Rename(string, string) error #67002
    83  pkg os, method (*Root) Symlink(string, string) error #67002
    84  pkg os, method (*Root) WriteFile(string, []uint8, fs.FileMode) error #73126
    85  pkg reflect, func TypeAssert[$0 interface{}](Value) ($0, bool) #62121
    86  pkg runtime, func SetDefaultGOMAXPROCS() #73193
    87  pkg runtime/trace, func NewFlightRecorder(FlightRecorderConfig) *FlightRecorder #63185
    88  pkg runtime/trace, method (*FlightRecorder) Enabled() bool #63185
    89  pkg runtime/trace, method (*FlightRecorder) Start() error #63185
    90  pkg runtime/trace, method (*FlightRecorder) Stop() #63185
    91  pkg runtime/trace, method (*FlightRecorder) WriteTo(io.Writer) (int64, error) #63185
    92  pkg runtime/trace, type FlightRecorder struct #63185
    93  pkg runtime/trace, type FlightRecorderConfig struct #63185
    94  pkg runtime/trace, type FlightRecorderConfig struct, MaxBytes uint64 #63185
    95  pkg runtime/trace, type FlightRecorderConfig struct, MinAge time.Duration #63185
    96  pkg sync, method (*WaitGroup) Go(func()) #63796
    97  pkg testing, method (*B) Attr(string, string) #43936
    98  pkg testing, method (*B) Output() io.Writer #59928
    99  pkg testing, method (*F) Attr(string, string) #43936
   100  pkg testing, method (*F) Output() io.Writer #59928
   101  pkg testing, method (*T) Attr(string, string) #43936
   102  pkg testing, method (*T) Output() io.Writer #59928
   103  pkg testing, type TB interface, Attr(string, string) #43936
   104  pkg testing, type TB interface, Output() io.Writer #59928
   105  pkg testing/fstest, method (MapFS) Lstat(string) (fs.FileInfo, error) #49580
   106  pkg testing/fstest, method (MapFS) ReadLink(string) (string, error) #49580
   107  pkg testing/synctest, func Test(*testing.T, func(*testing.T)) #67434
   108  pkg testing/synctest, func Wait() #67434
   109  pkg unicode, var CategoryAliases map[string]string #70780
   110  pkg unicode, var Cn *RangeTable #70780
   111  pkg unicode, var LC *RangeTable #70780
   112  

View as plain text