mirror of https://go.googlesource.com/go
18 lines
1.2 KiB
Plaintext
18 lines
1.2 KiB
Plaintext
pkg encoding, type BinaryAppender interface { AppendBinary } #62384
|
|
pkg encoding, type BinaryAppender interface, AppendBinary([]uint8) ([]uint8, error) #62384
|
|
pkg encoding, type TextAppender interface { AppendText } #62384
|
|
pkg encoding, type TextAppender interface, AppendText([]uint8) ([]uint8, error) #62384
|
|
pkg net/url, method (*URL) AppendBinary([]uint8) ([]uint8, error) #62384
|
|
pkg log/slog, method (Level) AppendText([]uint8) ([]uint8, error) #62384
|
|
pkg log/slog, method (*LevelVar) AppendText([]uint8) ([]uint8, error) #62384
|
|
pkg math/big, method (*Float) AppendText([]uint8) ([]uint8, error) #62384
|
|
pkg math/big, method (*Int) AppendText([]uint8) ([]uint8, error) #62384
|
|
pkg math/big, method (*Rat) AppendText([]uint8) ([]uint8, error) #62384
|
|
pkg regexp, method (*Regexp) AppendText([]uint8) ([]uint8, error) #62384
|
|
pkg time, method (Time) AppendBinary([]uint8) ([]uint8, error) #62384
|
|
pkg time, method (Time) AppendText([]uint8) ([]uint8, error) #62384
|
|
pkg math/rand/v2, method (*ChaCha8) AppendBinary([]uint8) ([]uint8, error) #62384
|
|
pkg math/rand/v2, method (*PCG) AppendBinary([]uint8) ([]uint8, error) #62384
|
|
pkg crypto/x509, method (OID) AppendBinary([]uint8) ([]uint8, error) #62384
|
|
pkg crypto/x509, method (OID) AppendText([]uint8) ([]uint8, error) #62384
|