Text file api/go1.27.txt

     1  pkg bytes, func CutLast([]uint8, []uint8) ([]uint8, []uint8, bool) #71151
     2  pkg crypto, const MLDSAMu = 20 #77626
     3  pkg crypto, const MLDSAMu Hash #77626
     4  pkg crypto/mldsa, const MLDSA44PublicKeySize = 1312 #77626
     5  pkg crypto/mldsa, const MLDSA44PublicKeySize ideal-int #77626
     6  pkg crypto/mldsa, const MLDSA44SignatureSize = 2420 #77626
     7  pkg crypto/mldsa, const MLDSA44SignatureSize ideal-int #77626
     8  pkg crypto/mldsa, const MLDSA65PublicKeySize = 1952 #77626
     9  pkg crypto/mldsa, const MLDSA65PublicKeySize ideal-int #77626
    10  pkg crypto/mldsa, const MLDSA65SignatureSize = 3309 #77626
    11  pkg crypto/mldsa, const MLDSA65SignatureSize ideal-int #77626
    12  pkg crypto/mldsa, const MLDSA87PublicKeySize = 2592 #77626
    13  pkg crypto/mldsa, const MLDSA87PublicKeySize ideal-int #77626
    14  pkg crypto/mldsa, const MLDSA87SignatureSize = 4627 #77626
    15  pkg crypto/mldsa, const MLDSA87SignatureSize ideal-int #77626
    16  pkg crypto/mldsa, const PrivateKeySize = 32 #77626
    17  pkg crypto/mldsa, const PrivateKeySize ideal-int #77626
    18  pkg crypto/mldsa, func GenerateKey(Parameters) (*PrivateKey, error) #77626
    19  pkg crypto/mldsa, func MLDSA44() Parameters #77626
    20  pkg crypto/mldsa, func MLDSA65() Parameters #77626
    21  pkg crypto/mldsa, func MLDSA87() Parameters #77626
    22  pkg crypto/mldsa, func NewPrivateKey(Parameters, []uint8) (*PrivateKey, error) #77626
    23  pkg crypto/mldsa, func NewPublicKey(Parameters, []uint8) (*PublicKey, error) #77626
    24  pkg crypto/mldsa, func Verify(*PublicKey, []uint8, []uint8, *Options) error #77626
    25  pkg crypto/mldsa, method (*Options) HashFunc() crypto.Hash #77626
    26  pkg crypto/mldsa, method (*PrivateKey) Bytes() []uint8 #77626
    27  pkg crypto/mldsa, method (*PrivateKey) Equal(crypto.PrivateKey) bool #77626
    28  pkg crypto/mldsa, method (*PrivateKey) Public() crypto.PublicKey #77626
    29  pkg crypto/mldsa, method (*PrivateKey) PublicKey() *PublicKey #77626
    30  pkg crypto/mldsa, method (*PrivateKey) Sign(io.Reader, []uint8, crypto.SignerOpts) ([]uint8, error) #77626
    31  pkg crypto/mldsa, method (*PrivateKey) SignDeterministic([]uint8, crypto.SignerOpts) ([]uint8, error) #77626
    32  pkg crypto/mldsa, method (*PublicKey) Bytes() []uint8 #77626
    33  pkg crypto/mldsa, method (*PublicKey) Equal(crypto.PublicKey) bool #77626
    34  pkg crypto/mldsa, method (*PublicKey) Parameters() Parameters #77626
    35  pkg crypto/mldsa, method (Parameters) PublicKeySize() int #77626
    36  pkg crypto/mldsa, method (Parameters) SignatureSize() int #77626
    37  pkg crypto/mldsa, method (Parameters) String() string #77626
    38  pkg crypto/mldsa, type Options struct #77626
    39  pkg crypto/mldsa, type Options struct, Context string #77626
    40  pkg crypto/mldsa, type Parameters struct #77626
    41  pkg crypto/mldsa, type PrivateKey struct #77626
    42  pkg crypto/mldsa, type PublicKey struct #77626
    43  pkg crypto/tls, const MLDSA44 = 2308 #78888
    44  pkg crypto/tls, const MLDSA44 SignatureScheme #78888
    45  pkg crypto/tls, const MLDSA65 = 2309 #78888
    46  pkg crypto/tls, const MLDSA65 SignatureScheme #78888
    47  pkg crypto/tls, const MLDSA87 = 2310 #78888
    48  pkg crypto/tls, const MLDSA87 SignatureScheme #78888
    49  pkg crypto/tls, const MLKEM1024 = 514 #78543
    50  pkg crypto/tls, const MLKEM1024 CurveID #78543
    51  pkg crypto/tls, type Config struct, Rand //deprecated #79367
    52  pkg crypto/tls, type QUICConfig struct, ClientHelloInfoConn net.Conn #77363
    53  pkg crypto/x509, const MLDSA = 5 #78888
    54  pkg crypto/x509, const MLDSA PublicKeyAlgorithm #78888
    55  pkg crypto/x509, const MLDSA44 = 17 #78888
    56  pkg crypto/x509, const MLDSA44 SignatureAlgorithm #78888
    57  pkg crypto/x509, const MLDSA65 = 18 #78888
    58  pkg crypto/x509, const MLDSA65 SignatureAlgorithm #78888
    59  pkg crypto/x509, const MLDSA87 = 19 #78888
    60  pkg crypto/x509, const MLDSA87 SignatureAlgorithm #78888
    61  pkg crypto/x509, type Certificate struct, RawSignatureAlgorithm []uint8 #76133
    62  pkg crypto/x509, type CertificateRequest struct, RawSignatureAlgorithm []uint8 #76133
    63  pkg crypto/x509, type RevocationList struct, RawSignatureAlgorithm []uint8 #76133
    64  pkg database/sql, func ConvertAssign(driver.ScanContext, interface{}, driver.Value) error #67546
    65  pkg database/sql/driver, type RowsColumnScanner interface { Close, Columns, Next, NextRow, ScanColumn } #67546
    66  pkg database/sql/driver, type RowsColumnScanner interface, Close() error #67546
    67  pkg database/sql/driver, type RowsColumnScanner interface, Columns() []string #67546
    68  pkg database/sql/driver, type RowsColumnScanner interface, Next([]Value) error #67546
    69  pkg database/sql/driver, type RowsColumnScanner interface, NextRow() error #67546
    70  pkg database/sql/driver, type RowsColumnScanner interface, ScanColumn(ScanContext, int, interface{}) error #67546
    71  pkg database/sql/driver, type ScanContext struct #67546
    72  pkg encoding/json, func CallMethodsWithLegacySemantics(bool) jsonopts.Options #71497
    73  pkg encoding/json, func DefaultOptionsV1() jsonopts.Options #71497
    74  pkg encoding/json, func FormatByteArrayAsArray(bool) jsonopts.Options #71497
    75  pkg encoding/json, func FormatBytesWithLegacySemantics(bool) jsonopts.Options #71497
    76  pkg encoding/json, func FormatDurationAsNano(bool) jsonopts.Options #71497
    77  pkg encoding/json, func MatchCaseSensitiveDelimiter(bool) jsonopts.Options #71497
    78  pkg encoding/json, func MergeWithLegacySemantics(bool) jsonopts.Options #71497
    79  pkg encoding/json, func OmitEmptyWithLegacySemantics(bool) jsonopts.Options #71497
    80  pkg encoding/json, func ParseBytesWithLooseRFC4648(bool) jsonopts.Options #71497
    81  pkg encoding/json, func ParseTimeWithLooseRFC3339(bool) jsonopts.Options #71497
    82  pkg encoding/json, func ReportErrorsWithLegacySemantics(bool) jsonopts.Options #71497
    83  pkg encoding/json, func StringifyWithLegacySemantics(bool) jsonopts.Options #71497
    84  pkg encoding/json, func UnmarshalArrayFromAnyLength(bool) jsonopts.Options #71497
    85  pkg encoding/json, method (*Number) UnmarshalJSONFrom(*jsontext.Decoder) error #71497
    86  pkg encoding/json, method (*UnmarshalTypeError) Unwrap() error #71497
    87  pkg encoding/json, method (Number) MarshalJSONTo(*jsontext.Encoder) error #71497
    88  pkg encoding/json, type Marshaler = json.Marshaler #71497
    89  pkg encoding/json, type Options = jsonopts.Options #71497
    90  pkg encoding/json, type RawMessage = jsontext.Value #71497
    91  pkg encoding/json, type UnmarshalTypeError struct, Err error #71497
    92  pkg encoding/json, type Unmarshaler = json.Unmarshaler #71497
    93  pkg encoding/json/jsontext, const KindBeginArray = 91 #71497
    94  pkg encoding/json/jsontext, const KindBeginArray Kind #71497
    95  pkg encoding/json/jsontext, const KindBeginObject = 123 #71497
    96  pkg encoding/json/jsontext, const KindBeginObject Kind #71497
    97  pkg encoding/json/jsontext, const KindEndArray = 93 #71497
    98  pkg encoding/json/jsontext, const KindEndArray Kind #71497
    99  pkg encoding/json/jsontext, const KindEndObject = 125 #71497
   100  pkg encoding/json/jsontext, const KindEndObject Kind #71497
   101  pkg encoding/json/jsontext, const KindFalse = 102 #71497
   102  pkg encoding/json/jsontext, const KindFalse Kind #71497
   103  pkg encoding/json/jsontext, const KindInvalid = 0 #71497
   104  pkg encoding/json/jsontext, const KindInvalid Kind #71497
   105  pkg encoding/json/jsontext, const KindNull = 110 #71497
   106  pkg encoding/json/jsontext, const KindNull Kind #71497
   107  pkg encoding/json/jsontext, const KindNumber = 48 #71497
   108  pkg encoding/json/jsontext, const KindNumber Kind #71497
   109  pkg encoding/json/jsontext, const KindString = 34 #71497
   110  pkg encoding/json/jsontext, const KindString Kind #71497
   111  pkg encoding/json/jsontext, const KindTrue = 116 #71497
   112  pkg encoding/json/jsontext, const KindTrue Kind #71497
   113  pkg encoding/json/jsontext, func AllowDuplicateNames(bool) jsonopts.Options #71497
   114  pkg encoding/json/jsontext, func AllowInvalidUTF8(bool) jsonopts.Options #71497
   115  pkg encoding/json/jsontext, func AppendFloat([]uint8, float64, int) []uint8 #71497
   116  pkg encoding/json/jsontext, func AppendFormat[$0 interface{ ~[]uint8 | ~string }]([]uint8, $0, ...jsonopts.Options) ([]uint8, error) #71497
   117  pkg encoding/json/jsontext, func AppendQuote[$0 interface{ ~[]uint8 | ~string }]([]uint8, $0) ([]uint8, error) #71497
   118  pkg encoding/json/jsontext, func AppendUnquote[$0 interface{ ~[]uint8 | ~string }]([]uint8, $0) ([]uint8, error) #71497
   119  pkg encoding/json/jsontext, func Bool(bool) Token #71497
   120  pkg encoding/json/jsontext, func CanonicalizeRawFloats(bool) jsonopts.Options #71497
   121  pkg encoding/json/jsontext, func CanonicalizeRawInts(bool) jsonopts.Options #71497
   122  pkg encoding/json/jsontext, func EscapeForHTML(bool) jsonopts.Options #71497
   123  pkg encoding/json/jsontext, func EscapeForJS(bool) jsonopts.Options #71497
   124  pkg encoding/json/jsontext, func Float(float64) Token #71497
   125  pkg encoding/json/jsontext, func Float32(float32) Token #71497
   126  pkg encoding/json/jsontext, func Int(int64) Token #71497
   127  pkg encoding/json/jsontext, func Multiline(bool) jsonopts.Options #71497
   128  pkg encoding/json/jsontext, func NewDecoder(io.Reader, ...jsonopts.Options) *Decoder #71497
   129  pkg encoding/json/jsontext, func NewEncoder(io.Writer, ...jsonopts.Options) *Encoder #71497
   130  pkg encoding/json/jsontext, func PreserveRawStrings(bool) jsonopts.Options #71497
   131  pkg encoding/json/jsontext, func ReorderRawObjects(bool) jsonopts.Options #71497
   132  pkg encoding/json/jsontext, func SpaceAfterColon(bool) jsonopts.Options #71497
   133  pkg encoding/json/jsontext, func SpaceAfterComma(bool) jsonopts.Options #71497
   134  pkg encoding/json/jsontext, func String(string) Token #71497
   135  pkg encoding/json/jsontext, func Uint(uint64) Token #71497
   136  pkg encoding/json/jsontext, func WithIndent(string) jsonopts.Options #71497
   137  pkg encoding/json/jsontext, func WithIndentPrefix(string) jsonopts.Options #71497
   138  pkg encoding/json/jsontext, method (*Decoder) InputOffset() int64 #71497
   139  pkg encoding/json/jsontext, method (*Decoder) Options() jsonopts.Options #71497
   140  pkg encoding/json/jsontext, method (*Decoder) PeekKind() Kind #71497
   141  pkg encoding/json/jsontext, method (*Decoder) ReadToken() (Token, error) #71497
   142  pkg encoding/json/jsontext, method (*Decoder) ReadValue() (Value, error) #71497
   143  pkg encoding/json/jsontext, method (*Decoder) Reset(io.Reader, ...jsonopts.Options) #71497
   144  pkg encoding/json/jsontext, method (*Decoder) SkipValue() error #71497
   145  pkg encoding/json/jsontext, method (*Decoder) StackDepth() int #71497
   146  pkg encoding/json/jsontext, method (*Decoder) StackIndex(int) (Kind, int64) #71497
   147  pkg encoding/json/jsontext, method (*Decoder) StackPointer() Pointer #71497
   148  pkg encoding/json/jsontext, method (*Decoder) UnreadBuffer() []uint8 #71497
   149  pkg encoding/json/jsontext, method (*Encoder) AvailableBuffer() []uint8 #71497
   150  pkg encoding/json/jsontext, method (*Encoder) Options() jsonopts.Options #71497
   151  pkg encoding/json/jsontext, method (*Encoder) OutputOffset() int64 #71497
   152  pkg encoding/json/jsontext, method (*Encoder) Reset(io.Writer, ...jsonopts.Options) #71497
   153  pkg encoding/json/jsontext, method (*Encoder) StackDepth() int #71497
   154  pkg encoding/json/jsontext, method (*Encoder) StackIndex(int) (Kind, int64) #71497
   155  pkg encoding/json/jsontext, method (*Encoder) StackPointer() Pointer #71497
   156  pkg encoding/json/jsontext, method (*Encoder) WriteToken(Token) error #71497
   157  pkg encoding/json/jsontext, method (*Encoder) WriteValue(Value) error #71497
   158  pkg encoding/json/jsontext, method (*SyntacticError) Error() string #71497
   159  pkg encoding/json/jsontext, method (*SyntacticError) Unwrap() error #71497
   160  pkg encoding/json/jsontext, method (*Value) Canonicalize(...jsonopts.Options) error #71497
   161  pkg encoding/json/jsontext, method (*Value) Compact(...jsonopts.Options) error #71497
   162  pkg encoding/json/jsontext, method (*Value) Format(...jsonopts.Options) error #71497
   163  pkg encoding/json/jsontext, method (*Value) Indent(...jsonopts.Options) error #71497
   164  pkg encoding/json/jsontext, method (*Value) UnmarshalJSON([]uint8) error #71497
   165  pkg encoding/json/jsontext, method (Kind) String() string #71497
   166  pkg encoding/json/jsontext, method (Pointer) AppendToken(string) Pointer #71497
   167  pkg encoding/json/jsontext, method (Pointer) Contains(Pointer) bool #71497
   168  pkg encoding/json/jsontext, method (Pointer) IsValid() bool #71497
   169  pkg encoding/json/jsontext, method (Pointer) LastToken() string #71497
   170  pkg encoding/json/jsontext, method (Pointer) Parent() Pointer #71497
   171  pkg encoding/json/jsontext, method (Pointer) Tokens() iter.Seq[string] #71497
   172  pkg encoding/json/jsontext, method (Token) Bool() bool #71497
   173  pkg encoding/json/jsontext, method (Token) Clone() Token #71497
   174  pkg encoding/json/jsontext, method (Token) Float() (float64, error) #71497
   175  pkg encoding/json/jsontext, method (Token) Float32() (float32, error) #71497
   176  pkg encoding/json/jsontext, method (Token) Int() (int64, error) #71497
   177  pkg encoding/json/jsontext, method (Token) Kind() Kind #71497
   178  pkg encoding/json/jsontext, method (Token) String() string #71497
   179  pkg encoding/json/jsontext, method (Token) Uint() (uint64, error) #71497
   180  pkg encoding/json/jsontext, method (Value) Clone() Value #71497
   181  pkg encoding/json/jsontext, method (Value) IsValid(...jsonopts.Options) bool #71497
   182  pkg encoding/json/jsontext, method (Value) Kind() Kind #71497
   183  pkg encoding/json/jsontext, method (Value) MarshalJSON() ([]uint8, error) #71497
   184  pkg encoding/json/jsontext, method (Value) String() string #71497
   185  pkg encoding/json/jsontext, type Decoder struct #71497
   186  pkg encoding/json/jsontext, type Encoder struct #71497
   187  pkg encoding/json/jsontext, type Kind uint8 #71497
   188  pkg encoding/json/jsontext, type Options = jsonopts.Options #71497
   189  pkg encoding/json/jsontext, type Pointer string #71497
   190  pkg encoding/json/jsontext, type SyntacticError struct #71497
   191  pkg encoding/json/jsontext, type SyntacticError struct, ByteOffset int64 #71497
   192  pkg encoding/json/jsontext, type SyntacticError struct, Err error #71497
   193  pkg encoding/json/jsontext, type SyntacticError struct, JSONPointer Pointer #71497
   194  pkg encoding/json/jsontext, type Token struct #71497
   195  pkg encoding/json/jsontext, type Value []uint8 #71497
   196  pkg encoding/json/jsontext, var BeginArray Token #71497
   197  pkg encoding/json/jsontext, var BeginObject Token #71497
   198  pkg encoding/json/jsontext, var EndArray Token #71497
   199  pkg encoding/json/jsontext, var EndObject Token #71497
   200  pkg encoding/json/jsontext, var ErrDuplicateName error #71497
   201  pkg encoding/json/jsontext, var ErrNonStringName error #71497
   202  pkg encoding/json/jsontext, var False Token #71497
   203  pkg encoding/json/jsontext, var Internal exporter #71497
   204  pkg encoding/json/jsontext, var Null Token #71497
   205  pkg encoding/json/jsontext, var True Token #71497
   206  pkg encoding/json/v2, func DefaultOptionsV2() jsonopts.Options #71497
   207  pkg encoding/json/v2, func Deterministic(bool) jsonopts.Options #71497
   208  pkg encoding/json/v2, func FormatNilMapAsNull(bool) jsonopts.Options #71497
   209  pkg encoding/json/v2, func FormatNilSliceAsNull(bool) jsonopts.Options #71497
   210  pkg encoding/json/v2, func GetOption[$0 interface{}](jsonopts.Options, func($0) jsonopts.Options) ($0, bool) #71497
   211  pkg encoding/json/v2, func JoinMarshalers(...*typedArshalers[jsontext.Encoder]) *typedArshalers[jsontext.Encoder] #71497
   212  pkg encoding/json/v2, func JoinOptions(...jsonopts.Options) jsonopts.Options #71497
   213  pkg encoding/json/v2, func JoinUnmarshalers(...*typedArshalers[jsontext.Decoder]) *typedArshalers[jsontext.Decoder] #71497
   214  pkg encoding/json/v2, func Marshal(interface{}, ...jsonopts.Options) ([]uint8, error) #71497
   215  pkg encoding/json/v2, func MarshalEncode(*jsontext.Encoder, interface{}, ...jsonopts.Options) error #71497
   216  pkg encoding/json/v2, func MarshalFunc[$0 interface{}](func($0) ([]uint8, error)) *typedArshalers[jsontext.Encoder] #71497
   217  pkg encoding/json/v2, func MarshalToFunc[$0 interface{}](func(*jsontext.Encoder, $0) error) *typedArshalers[jsontext.Encoder] #71497
   218  pkg encoding/json/v2, func MarshalWrite(io.Writer, interface{}, ...jsonopts.Options) error #71497
   219  pkg encoding/json/v2, func MatchCaseInsensitiveNames(bool) jsonopts.Options #71497
   220  pkg encoding/json/v2, func OmitZeroStructFields(bool) jsonopts.Options #71497
   221  pkg encoding/json/v2, func RejectUnknownMembers(bool) jsonopts.Options #71497
   222  pkg encoding/json/v2, func StringifyNumbers(bool) jsonopts.Options #71497
   223  pkg encoding/json/v2, func Unmarshal([]uint8, interface{}, ...jsonopts.Options) error #71497
   224  pkg encoding/json/v2, func UnmarshalDecode(*jsontext.Decoder, interface{}, ...jsonopts.Options) error #71497
   225  pkg encoding/json/v2, func UnmarshalFromFunc[$0 interface{}](func(*jsontext.Decoder, $0) error) *typedArshalers[jsontext.Decoder] #71497
   226  pkg encoding/json/v2, func UnmarshalFunc[$0 interface{}](func([]uint8, $0) error) *typedArshalers[jsontext.Decoder] #71497
   227  pkg encoding/json/v2, func UnmarshalRead(io.Reader, interface{}, ...jsonopts.Options) error #71497
   228  pkg encoding/json/v2, func WithMarshalers(*typedArshalers[jsontext.Encoder]) jsonopts.Options #71497
   229  pkg encoding/json/v2, func WithUnmarshalers(*typedArshalers[jsontext.Decoder]) jsonopts.Options #71497
   230  pkg encoding/json/v2, method (*SemanticError) Error() string #71497
   231  pkg encoding/json/v2, method (*SemanticError) Unwrap() error #71497
   232  pkg encoding/json/v2, type Marshaler interface { MarshalJSON } #71497
   233  pkg encoding/json/v2, type Marshaler interface, MarshalJSON() ([]uint8, error) #71497
   234  pkg encoding/json/v2, type MarshalerTo interface { MarshalJSONTo } #71497
   235  pkg encoding/json/v2, type MarshalerTo interface, MarshalJSONTo(*jsontext.Encoder) error #71497
   236  pkg encoding/json/v2, type Marshalers = typedArshalers[jsontext.Encoder] #71497
   237  pkg encoding/json/v2, type Options = jsonopts.Options #71497
   238  pkg encoding/json/v2, type SemanticError struct #71497
   239  pkg encoding/json/v2, type SemanticError struct, ByteOffset int64 #71497
   240  pkg encoding/json/v2, type SemanticError struct, Err error #71497
   241  pkg encoding/json/v2, type SemanticError struct, GoType reflect.Type #71497
   242  pkg encoding/json/v2, type SemanticError struct, JSONKind jsontext.Kind #71497
   243  pkg encoding/json/v2, type SemanticError struct, JSONPointer jsontext.Pointer #71497
   244  pkg encoding/json/v2, type SemanticError struct, JSONValue jsontext.Value #71497
   245  pkg encoding/json/v2, type Unmarshaler interface { UnmarshalJSON } #71497
   246  pkg encoding/json/v2, type Unmarshaler interface, UnmarshalJSON([]uint8) error #71497
   247  pkg encoding/json/v2, type UnmarshalerFrom interface { UnmarshalJSONFrom } #71497
   248  pkg encoding/json/v2, type UnmarshalerFrom interface, UnmarshalJSONFrom(*jsontext.Decoder) error #71497
   249  pkg encoding/json/v2, type Unmarshalers = typedArshalers[jsontext.Decoder] #71497
   250  pkg encoding/json/v2, var ErrUnknownName error #71497
   251  pkg go/constant, func StringLen(Value) int64 #79042
   252  pkg go/scanner, method (*Scanner) End() token.Pos #74958
   253  pkg go/token, method (*File) String() string #76285
   254  pkg go/types, method (*TypeList) String() string #79287
   255  pkg go/types, method (*TypeParamList) String() string #79287
   256  pkg go/types, method (Hasher) Equal(Type, Type) bool #69420
   257  pkg go/types, method (Hasher) Hash(*maphash.Hash, Type) #69420
   258  pkg go/types, method (HasherIgnoreTags) Equal(Type, Type) bool #69420
   259  pkg go/types, method (HasherIgnoreTags) Hash(*maphash.Hash, Type) #69420
   260  pkg go/types, method (Instance) String() string #79287
   261  pkg go/types, type Hasher struct #69420
   262  pkg go/types, type HasherIgnoreTags struct #69420
   263  pkg hash/maphash, method (ComparableHasher[$0]) Equal($0, $0) bool #70471
   264  pkg hash/maphash, method (ComparableHasher[$0]) Hash(*Hash, $0) #70471
   265  pkg hash/maphash, type ComparableHasher[$0 comparable] struct #70471
   266  pkg hash/maphash, type Hasher[$0 interface{}] interface { Equal, Hash } #70471
   267  pkg hash/maphash, type Hasher[$0 interface{}] interface, Equal($0, $0) bool #70471
   268  pkg hash/maphash, type Hasher[$0 interface{}] interface, Hash(*Hash, $0) #70471
   269  pkg math/big, const Ceil = 5 #76821
   270  pkg math/big, const Ceil RoundingMode #76821
   271  pkg math/big, const Floor = 4 #76821
   272  pkg math/big, const Floor RoundingMode #76821
   273  pkg math/big, const Round = 0 #76821
   274  pkg math/big, const Round RoundingMode #76821
   275  pkg math/big, const Trunc = 2 #76821
   276  pkg math/big, const Trunc RoundingMode #76821
   277  pkg math/big, method (*Int) Divide(*Int, *Int, *Int, RoundingMode) (*Int, *Int) #76821
   278  pkg math/rand/v2, method (*Rand) N[$0 intType]($0) $0 #77853
   279  pkg net/http, type Server struct, DisableClientPriority bool #75500
   280  pkg net/http/httptest, func NewTestServer(testing.TB, http.Handler) *Server #76608
   281  pkg net/url, method (*URL) Clone() *URL #73450
   282  pkg net/url, method (Values) Clone() Values #73450
   283  pkg strings, func CutLast(string, string) (string, string, bool) #71151
   284  pkg testing/synctest, func Sleep(time.Duration) #77169
   285  pkg unicode, const Version = "17.0.0" #77266
   286  pkg unicode, var Beria_Erfe *RangeTable #77266
   287  pkg unicode, var Garay *RangeTable #77266
   288  pkg unicode, var Gurung_Khema *RangeTable #77266
   289  pkg unicode, var IDS_Unary_Operator *RangeTable #77266
   290  pkg unicode, var ID_Compat_Math_Continue *RangeTable #77266
   291  pkg unicode, var ID_Compat_Math_Start *RangeTable #77266
   292  pkg unicode, var Kirat_Rai *RangeTable #77266
   293  pkg unicode, var Modifier_Combining_Mark *RangeTable #77266
   294  pkg unicode, var Ol_Onal *RangeTable #77266
   295  pkg unicode, var Sidetic *RangeTable #77266
   296  pkg unicode, var Sunuwar *RangeTable #77266
   297  pkg unicode, var Tai_Yo *RangeTable #77266
   298  pkg unicode, var Todhri *RangeTable #77266
   299  pkg unicode, var Tolong_Siki *RangeTable #77266
   300  pkg unicode, var Tulu_Tigalari *RangeTable #77266
   301  pkg uuid, func Max() UUID #62026
   302  pkg uuid, func MustParse(string) UUID #62026
   303  pkg uuid, func New() UUID #62026
   304  pkg uuid, func NewV4() UUID #62026
   305  pkg uuid, func NewV7() UUID #62026
   306  pkg uuid, func Nil() UUID #62026
   307  pkg uuid, func Parse(string) (UUID, error) #62026
   308  pkg uuid, method (*UUID) UnmarshalText([]uint8) error #62026
   309  pkg uuid, method (UUID) AppendText([]uint8) ([]uint8, error) #62026
   310  pkg uuid, method (UUID) Compare(UUID) int #62026
   311  pkg uuid, method (UUID) MarshalText() ([]uint8, error) #62026
   312  pkg uuid, method (UUID) String() string #62026
   313  pkg uuid, type UUID [16]uint8 #62026
   314  

View as plain text