Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/smanonr..../lib/golang/api
File: go1.txt
pkg archive/tar, const TypeBlock ideal-char
[0] Fix | Delete
pkg archive/tar, const TypeChar ideal-char
[1] Fix | Delete
pkg archive/tar, const TypeCont ideal-char
[2] Fix | Delete
pkg archive/tar, const TypeDir ideal-char
[3] Fix | Delete
pkg archive/tar, const TypeFifo ideal-char
[4] Fix | Delete
pkg archive/tar, const TypeLink ideal-char
[5] Fix | Delete
pkg archive/tar, const TypeReg ideal-char
[6] Fix | Delete
pkg archive/tar, const TypeRegA ideal-char
[7] Fix | Delete
pkg archive/tar, const TypeSymlink ideal-char
[8] Fix | Delete
pkg archive/tar, const TypeXGlobalHeader ideal-char
[9] Fix | Delete
pkg archive/tar, const TypeXHeader ideal-char
[10] Fix | Delete
pkg archive/tar, func NewReader(io.Reader) *Reader
[11] Fix | Delete
pkg archive/tar, func NewWriter(io.Writer) *Writer
[12] Fix | Delete
pkg archive/tar, method (*Reader) Next() (*Header, error)
[13] Fix | Delete
pkg archive/tar, method (*Reader) Read([]uint8) (int, error)
[14] Fix | Delete
pkg archive/tar, method (*Writer) Close() error
[15] Fix | Delete
pkg archive/tar, method (*Writer) Flush() error
[16] Fix | Delete
pkg archive/tar, method (*Writer) Write([]uint8) (int, error)
[17] Fix | Delete
pkg archive/tar, method (*Writer) WriteHeader(*Header) error
[18] Fix | Delete
pkg archive/tar, type Header struct
[19] Fix | Delete
pkg archive/tar, type Header struct, AccessTime time.Time
[20] Fix | Delete
pkg archive/tar, type Header struct, ChangeTime time.Time
[21] Fix | Delete
pkg archive/tar, type Header struct, Devmajor int64
[22] Fix | Delete
pkg archive/tar, type Header struct, Devminor int64
[23] Fix | Delete
pkg archive/tar, type Header struct, Gid int
[24] Fix | Delete
pkg archive/tar, type Header struct, Gname string
[25] Fix | Delete
pkg archive/tar, type Header struct, Linkname string
[26] Fix | Delete
pkg archive/tar, type Header struct, ModTime time.Time
[27] Fix | Delete
pkg archive/tar, type Header struct, Mode int64
[28] Fix | Delete
pkg archive/tar, type Header struct, Name string
[29] Fix | Delete
pkg archive/tar, type Header struct, Size int64
[30] Fix | Delete
pkg archive/tar, type Header struct, Typeflag uint8
[31] Fix | Delete
pkg archive/tar, type Header struct, Uid int
[32] Fix | Delete
pkg archive/tar, type Header struct, Uname string
[33] Fix | Delete
pkg archive/tar, type Reader struct
[34] Fix | Delete
pkg archive/tar, type Writer struct
[35] Fix | Delete
pkg archive/tar, var ErrFieldTooLong error
[36] Fix | Delete
pkg archive/tar, var ErrHeader error
[37] Fix | Delete
pkg archive/tar, var ErrWriteAfterClose error
[38] Fix | Delete
pkg archive/tar, var ErrWriteTooLong error
[39] Fix | Delete
pkg archive/zip, const Deflate uint16
[40] Fix | Delete
pkg archive/zip, const Store uint16
[41] Fix | Delete
pkg archive/zip, func FileInfoHeader(os.FileInfo) (*FileHeader, error)
[42] Fix | Delete
pkg archive/zip, func NewReader(io.ReaderAt, int64) (*Reader, error)
[43] Fix | Delete
pkg archive/zip, func NewWriter(io.Writer) *Writer
[44] Fix | Delete
pkg archive/zip, func OpenReader(string) (*ReadCloser, error)
[45] Fix | Delete
pkg archive/zip, method (*File) FileInfo() os.FileInfo
[46] Fix | Delete
pkg archive/zip, method (*File) ModTime() time.Time
[47] Fix | Delete
pkg archive/zip, method (*File) Mode() os.FileMode
[48] Fix | Delete
pkg archive/zip, method (*File) Open() (io.ReadCloser, error)
[49] Fix | Delete
pkg archive/zip, method (*File) SetModTime(time.Time)
[50] Fix | Delete
pkg archive/zip, method (*File) SetMode(os.FileMode)
[51] Fix | Delete
pkg archive/zip, method (*FileHeader) FileInfo() os.FileInfo
[52] Fix | Delete
pkg archive/zip, method (*FileHeader) ModTime() time.Time
[53] Fix | Delete
pkg archive/zip, method (*FileHeader) Mode() os.FileMode
[54] Fix | Delete
pkg archive/zip, method (*FileHeader) SetModTime(time.Time)
[55] Fix | Delete
pkg archive/zip, method (*FileHeader) SetMode(os.FileMode)
[56] Fix | Delete
pkg archive/zip, method (*ReadCloser) Close() error
[57] Fix | Delete
pkg archive/zip, method (*Writer) Close() error
[58] Fix | Delete
pkg archive/zip, method (*Writer) Create(string) (io.Writer, error)
[59] Fix | Delete
pkg archive/zip, method (*Writer) CreateHeader(*FileHeader) (io.Writer, error)
[60] Fix | Delete
pkg archive/zip, type File struct
[61] Fix | Delete
pkg archive/zip, type File struct, embedded FileHeader
[62] Fix | Delete
pkg archive/zip, type FileHeader struct
[63] Fix | Delete
pkg archive/zip, type FileHeader struct, CRC32 uint32
[64] Fix | Delete
pkg archive/zip, type FileHeader struct, Comment string
[65] Fix | Delete
pkg archive/zip, type FileHeader struct, CompressedSize uint32
[66] Fix | Delete
pkg archive/zip, type FileHeader struct, CreatorVersion uint16
[67] Fix | Delete
pkg archive/zip, type FileHeader struct, ExternalAttrs uint32
[68] Fix | Delete
pkg archive/zip, type FileHeader struct, Extra []uint8
[69] Fix | Delete
pkg archive/zip, type FileHeader struct, Flags uint16
[70] Fix | Delete
pkg archive/zip, type FileHeader struct, Method uint16
[71] Fix | Delete
pkg archive/zip, type FileHeader struct, ModifiedDate uint16
[72] Fix | Delete
pkg archive/zip, type FileHeader struct, ModifiedTime uint16
[73] Fix | Delete
pkg archive/zip, type FileHeader struct, Name string
[74] Fix | Delete
pkg archive/zip, type FileHeader struct, ReaderVersion uint16
[75] Fix | Delete
pkg archive/zip, type FileHeader struct, UncompressedSize uint32
[76] Fix | Delete
pkg archive/zip, type ReadCloser struct
[77] Fix | Delete
pkg archive/zip, type ReadCloser struct, embedded Reader
[78] Fix | Delete
pkg archive/zip, type Reader struct
[79] Fix | Delete
pkg archive/zip, type Reader struct, Comment string
[80] Fix | Delete
pkg archive/zip, type Reader struct, File []*File
[81] Fix | Delete
pkg archive/zip, type Writer struct
[82] Fix | Delete
pkg archive/zip, var ErrAlgorithm error
[83] Fix | Delete
pkg archive/zip, var ErrChecksum error
[84] Fix | Delete
pkg archive/zip, var ErrFormat error
[85] Fix | Delete
pkg bufio, func NewReadWriter(*Reader, *Writer) *ReadWriter
[86] Fix | Delete
pkg bufio, func NewReader(io.Reader) *Reader
[87] Fix | Delete
pkg bufio, func NewReaderSize(io.Reader, int) *Reader
[88] Fix | Delete
pkg bufio, func NewWriter(io.Writer) *Writer
[89] Fix | Delete
pkg bufio, func NewWriterSize(io.Writer, int) *Writer
[90] Fix | Delete
pkg bufio, method (*Reader) Buffered() int
[91] Fix | Delete
pkg bufio, method (*Reader) Peek(int) ([]uint8, error)
[92] Fix | Delete
pkg bufio, method (*Reader) Read([]uint8) (int, error)
[93] Fix | Delete
pkg bufio, method (*Reader) ReadByte() (uint8, error)
[94] Fix | Delete
pkg bufio, method (*Reader) ReadBytes(uint8) ([]uint8, error)
[95] Fix | Delete
pkg bufio, method (*Reader) ReadLine() ([]uint8, bool, error)
[96] Fix | Delete
pkg bufio, method (*Reader) ReadRune() (int32, int, error)
[97] Fix | Delete
pkg bufio, method (*Reader) ReadSlice(uint8) ([]uint8, error)
[98] Fix | Delete
pkg bufio, method (*Reader) ReadString(uint8) (string, error)
[99] Fix | Delete
pkg bufio, method (*Reader) UnreadByte() error
[100] Fix | Delete
pkg bufio, method (*Reader) UnreadRune() error
[101] Fix | Delete
pkg bufio, method (*Writer) Available() int
[102] Fix | Delete
pkg bufio, method (*Writer) Buffered() int
[103] Fix | Delete
pkg bufio, method (*Writer) Flush() error
[104] Fix | Delete
pkg bufio, method (*Writer) Write([]uint8) (int, error)
[105] Fix | Delete
pkg bufio, method (*Writer) WriteByte(uint8) error
[106] Fix | Delete
pkg bufio, method (*Writer) WriteRune(int32) (int, error)
[107] Fix | Delete
pkg bufio, method (*Writer) WriteString(string) (int, error)
[108] Fix | Delete
pkg bufio, method (ReadWriter) Available() int
[109] Fix | Delete
pkg bufio, method (ReadWriter) Flush() error
[110] Fix | Delete
pkg bufio, method (ReadWriter) Peek(int) ([]uint8, error)
[111] Fix | Delete
pkg bufio, method (ReadWriter) Read([]uint8) (int, error)
[112] Fix | Delete
pkg bufio, method (ReadWriter) ReadByte() (uint8, error)
[113] Fix | Delete
pkg bufio, method (ReadWriter) ReadBytes(uint8) ([]uint8, error)
[114] Fix | Delete
pkg bufio, method (ReadWriter) ReadLine() ([]uint8, bool, error)
[115] Fix | Delete
pkg bufio, method (ReadWriter) ReadRune() (int32, int, error)
[116] Fix | Delete
pkg bufio, method (ReadWriter) ReadSlice(uint8) ([]uint8, error)
[117] Fix | Delete
pkg bufio, method (ReadWriter) ReadString(uint8) (string, error)
[118] Fix | Delete
pkg bufio, method (ReadWriter) UnreadByte() error
[119] Fix | Delete
pkg bufio, method (ReadWriter) UnreadRune() error
[120] Fix | Delete
pkg bufio, method (ReadWriter) Write([]uint8) (int, error)
[121] Fix | Delete
pkg bufio, method (ReadWriter) WriteByte(uint8) error
[122] Fix | Delete
pkg bufio, method (ReadWriter) WriteRune(int32) (int, error)
[123] Fix | Delete
pkg bufio, method (ReadWriter) WriteString(string) (int, error)
[124] Fix | Delete
pkg bufio, type ReadWriter struct
[125] Fix | Delete
pkg bufio, type ReadWriter struct, embedded *Reader
[126] Fix | Delete
pkg bufio, type ReadWriter struct, embedded *Writer
[127] Fix | Delete
pkg bufio, type Reader struct
[128] Fix | Delete
pkg bufio, type Writer struct
[129] Fix | Delete
pkg bufio, var ErrBufferFull error
[130] Fix | Delete
pkg bufio, var ErrInvalidUnreadByte error
[131] Fix | Delete
pkg bufio, var ErrInvalidUnreadRune error
[132] Fix | Delete
pkg bufio, var ErrNegativeCount error
[133] Fix | Delete
pkg bytes, const MinRead ideal-int
[134] Fix | Delete
pkg bytes, func Compare([]uint8, []uint8) int
[135] Fix | Delete
pkg bytes, func Contains([]uint8, []uint8) bool
[136] Fix | Delete
pkg bytes, func Count([]uint8, []uint8) int
[137] Fix | Delete
pkg bytes, func Equal([]uint8, []uint8) bool
[138] Fix | Delete
pkg bytes, func EqualFold([]uint8, []uint8) bool
[139] Fix | Delete
pkg bytes, func Fields([]uint8) [][]uint8
[140] Fix | Delete
pkg bytes, func FieldsFunc([]uint8, func(int32) bool) [][]uint8
[141] Fix | Delete
pkg bytes, func HasPrefix([]uint8, []uint8) bool
[142] Fix | Delete
pkg bytes, func HasSuffix([]uint8, []uint8) bool
[143] Fix | Delete
pkg bytes, func Index([]uint8, []uint8) int
[144] Fix | Delete
pkg bytes, func IndexAny([]uint8, string) int
[145] Fix | Delete
pkg bytes, func IndexByte([]uint8, uint8) int
[146] Fix | Delete
pkg bytes, func IndexFunc([]uint8, func(int32) bool) int
[147] Fix | Delete
pkg bytes, func IndexRune([]uint8, int32) int
[148] Fix | Delete
pkg bytes, func Join([][]uint8, []uint8) []uint8
[149] Fix | Delete
pkg bytes, func LastIndex([]uint8, []uint8) int
[150] Fix | Delete
pkg bytes, func LastIndexAny([]uint8, string) int
[151] Fix | Delete
pkg bytes, func LastIndexFunc([]uint8, func(int32) bool) int
[152] Fix | Delete
pkg bytes, func Map(func(int32) int32, []uint8) []uint8
[153] Fix | Delete
pkg bytes, func NewBuffer([]uint8) *Buffer
[154] Fix | Delete
pkg bytes, func NewBufferString(string) *Buffer
[155] Fix | Delete
pkg bytes, func NewReader([]uint8) *Reader
[156] Fix | Delete
pkg bytes, func Repeat([]uint8, int) []uint8
[157] Fix | Delete
pkg bytes, func Replace([]uint8, []uint8, []uint8, int) []uint8
[158] Fix | Delete
pkg bytes, func Runes([]uint8) []int32
[159] Fix | Delete
pkg bytes, func Split([]uint8, []uint8) [][]uint8
[160] Fix | Delete
pkg bytes, func SplitAfter([]uint8, []uint8) [][]uint8
[161] Fix | Delete
pkg bytes, func SplitAfterN([]uint8, []uint8, int) [][]uint8
[162] Fix | Delete
pkg bytes, func SplitN([]uint8, []uint8, int) [][]uint8
[163] Fix | Delete
pkg bytes, func Title([]uint8) []uint8
[164] Fix | Delete
pkg bytes, func ToLower([]uint8) []uint8
[165] Fix | Delete
pkg bytes, func ToLowerSpecial(unicode.SpecialCase, []uint8) []uint8
[166] Fix | Delete
pkg bytes, func ToTitle([]uint8) []uint8
[167] Fix | Delete
pkg bytes, func ToTitleSpecial(unicode.SpecialCase, []uint8) []uint8
[168] Fix | Delete
pkg bytes, func ToUpper([]uint8) []uint8
[169] Fix | Delete
pkg bytes, func ToUpperSpecial(unicode.SpecialCase, []uint8) []uint8
[170] Fix | Delete
pkg bytes, func Trim([]uint8, string) []uint8
[171] Fix | Delete
pkg bytes, func TrimFunc([]uint8, func(int32) bool) []uint8
[172] Fix | Delete
pkg bytes, func TrimLeft([]uint8, string) []uint8
[173] Fix | Delete
pkg bytes, func TrimLeftFunc([]uint8, func(int32) bool) []uint8
[174] Fix | Delete
pkg bytes, func TrimRight([]uint8, string) []uint8
[175] Fix | Delete
pkg bytes, func TrimRightFunc([]uint8, func(int32) bool) []uint8
[176] Fix | Delete
pkg bytes, func TrimSpace([]uint8) []uint8
[177] Fix | Delete
pkg bytes, method (*Buffer) Bytes() []uint8
[178] Fix | Delete
pkg bytes, method (*Buffer) Len() int
[179] Fix | Delete
pkg bytes, method (*Buffer) Next(int) []uint8
[180] Fix | Delete
pkg bytes, method (*Buffer) Read([]uint8) (int, error)
[181] Fix | Delete
pkg bytes, method (*Buffer) ReadByte() (uint8, error)
[182] Fix | Delete
pkg bytes, method (*Buffer) ReadBytes(uint8) ([]uint8, error)
[183] Fix | Delete
pkg bytes, method (*Buffer) ReadFrom(io.Reader) (int64, error)
[184] Fix | Delete
pkg bytes, method (*Buffer) ReadRune() (int32, int, error)
[185] Fix | Delete
pkg bytes, method (*Buffer) ReadString(uint8) (string, error)
[186] Fix | Delete
pkg bytes, method (*Buffer) Reset()
[187] Fix | Delete
pkg bytes, method (*Buffer) String() string
[188] Fix | Delete
pkg bytes, method (*Buffer) Truncate(int)
[189] Fix | Delete
pkg bytes, method (*Buffer) UnreadByte() error
[190] Fix | Delete
pkg bytes, method (*Buffer) UnreadRune() error
[191] Fix | Delete
pkg bytes, method (*Buffer) Write([]uint8) (int, error)
[192] Fix | Delete
pkg bytes, method (*Buffer) WriteByte(uint8) error
[193] Fix | Delete
pkg bytes, method (*Buffer) WriteRune(int32) (int, error)
[194] Fix | Delete
pkg bytes, method (*Buffer) WriteString(string) (int, error)
[195] Fix | Delete
pkg bytes, method (*Buffer) WriteTo(io.Writer) (int64, error)
[196] Fix | Delete
pkg bytes, method (*Reader) Len() int
[197] Fix | Delete
pkg bytes, method (*Reader) Read([]uint8) (int, error)
[198] Fix | Delete
pkg bytes, method (*Reader) ReadAt([]uint8, int64) (int, error)
[199] Fix | Delete
pkg bytes, method (*Reader) ReadByte() (uint8, error)
[200] Fix | Delete
pkg bytes, method (*Reader) ReadRune() (int32, int, error)
[201] Fix | Delete
pkg bytes, method (*Reader) Seek(int64, int) (int64, error)
[202] Fix | Delete
pkg bytes, method (*Reader) UnreadByte() error
[203] Fix | Delete
pkg bytes, method (*Reader) UnreadRune() error
[204] Fix | Delete
pkg bytes, type Buffer struct
[205] Fix | Delete
pkg bytes, type Reader struct
[206] Fix | Delete
pkg bytes, var ErrTooLarge error
[207] Fix | Delete
pkg compress/bzip2, func NewReader(io.Reader) io.Reader
[208] Fix | Delete
pkg compress/bzip2, method (StructuralError) Error() string
[209] Fix | Delete
pkg compress/bzip2, type StructuralError string
[210] Fix | Delete
pkg compress/flate, const BestCompression ideal-int
[211] Fix | Delete
pkg compress/flate, const BestSpeed ideal-int
[212] Fix | Delete
pkg compress/flate, const DefaultCompression ideal-int
[213] Fix | Delete
pkg compress/flate, const NoCompression ideal-int
[214] Fix | Delete
pkg compress/flate, func NewReader(io.Reader) io.ReadCloser
[215] Fix | Delete
pkg compress/flate, func NewReaderDict(io.Reader, []uint8) io.ReadCloser
[216] Fix | Delete
pkg compress/flate, func NewWriter(io.Writer, int) (*Writer, error)
[217] Fix | Delete
pkg compress/flate, func NewWriterDict(io.Writer, int, []uint8) (*Writer, error)
[218] Fix | Delete
pkg compress/flate, method (*ReadError) Error() string
[219] Fix | Delete
pkg compress/flate, method (*WriteError) Error() string
[220] Fix | Delete
pkg compress/flate, method (*Writer) Close() error
[221] Fix | Delete
pkg compress/flate, method (*Writer) Flush() error
[222] Fix | Delete
pkg compress/flate, method (*Writer) Write([]uint8) (int, error)
[223] Fix | Delete
pkg compress/flate, method (CorruptInputError) Error() string
[224] Fix | Delete
pkg compress/flate, method (InternalError) Error() string
[225] Fix | Delete
pkg compress/flate, type CorruptInputError int64
[226] Fix | Delete
pkg compress/flate, type InternalError string
[227] Fix | Delete
pkg compress/flate, type ReadError struct
[228] Fix | Delete
pkg compress/flate, type ReadError struct, Err error
[229] Fix | Delete
pkg compress/flate, type ReadError struct, Offset int64
[230] Fix | Delete
pkg compress/flate, type Reader interface { Read, ReadByte }
[231] Fix | Delete
pkg compress/flate, type Reader interface, Read([]uint8) (int, error)
[232] Fix | Delete
pkg compress/flate, type Reader interface, ReadByte() (uint8, error)
[233] Fix | Delete
pkg compress/flate, type WriteError struct
[234] Fix | Delete
pkg compress/flate, type WriteError struct, Err error
[235] Fix | Delete
pkg compress/flate, type WriteError struct, Offset int64
[236] Fix | Delete
pkg compress/flate, type Writer struct
[237] Fix | Delete
pkg compress/gzip, const BestCompression ideal-int
[238] Fix | Delete
pkg compress/gzip, const BestSpeed ideal-int
[239] Fix | Delete
pkg compress/gzip, const DefaultCompression ideal-int
[240] Fix | Delete
pkg compress/gzip, const NoCompression ideal-int
[241] Fix | Delete
pkg compress/gzip, func NewReader(io.Reader) (*Reader, error)
[242] Fix | Delete
pkg compress/gzip, func NewWriter(io.Writer) *Writer
[243] Fix | Delete
pkg compress/gzip, func NewWriterLevel(io.Writer, int) (*Writer, error)
[244] Fix | Delete
pkg compress/gzip, method (*Reader) Close() error
[245] Fix | Delete
pkg compress/gzip, method (*Reader) Read([]uint8) (int, error)
[246] Fix | Delete
pkg compress/gzip, method (*Writer) Close() error
[247] Fix | Delete
pkg compress/gzip, method (*Writer) Write([]uint8) (int, error)
[248] Fix | Delete
pkg compress/gzip, type Header struct
[249] Fix | Delete
pkg compress/gzip, type Header struct, Comment string
[250] Fix | Delete
pkg compress/gzip, type Header struct, Extra []uint8
[251] Fix | Delete
pkg compress/gzip, type Header struct, ModTime time.Time
[252] Fix | Delete
pkg compress/gzip, type Header struct, Name string
[253] Fix | Delete
pkg compress/gzip, type Header struct, OS uint8
[254] Fix | Delete
pkg compress/gzip, type Reader struct
[255] Fix | Delete
pkg compress/gzip, type Reader struct, embedded Header
[256] Fix | Delete
pkg compress/gzip, type Writer struct
[257] Fix | Delete
pkg compress/gzip, type Writer struct, embedded Header
[258] Fix | Delete
pkg compress/gzip, var ErrChecksum error
[259] Fix | Delete
pkg compress/gzip, var ErrHeader error
[260] Fix | Delete
pkg compress/lzw, const LSB Order
[261] Fix | Delete
pkg compress/lzw, const MSB Order
[262] Fix | Delete
pkg compress/lzw, func NewReader(io.Reader, Order, int) io.ReadCloser
[263] Fix | Delete
pkg compress/lzw, func NewWriter(io.Writer, Order, int) io.WriteCloser
[264] Fix | Delete
pkg compress/lzw, type Order int
[265] Fix | Delete
pkg compress/zlib, const BestCompression ideal-int
[266] Fix | Delete
pkg compress/zlib, const BestSpeed ideal-int
[267] Fix | Delete
pkg compress/zlib, const DefaultCompression ideal-int
[268] Fix | Delete
pkg compress/zlib, const NoCompression ideal-int
[269] Fix | Delete
pkg compress/zlib, func NewReader(io.Reader) (io.ReadCloser, error)
[270] Fix | Delete
pkg compress/zlib, func NewReaderDict(io.Reader, []uint8) (io.ReadCloser, error)
[271] Fix | Delete
pkg compress/zlib, func NewWriter(io.Writer) *Writer
[272] Fix | Delete
pkg compress/zlib, func NewWriterLevel(io.Writer, int) (*Writer, error)
[273] Fix | Delete
pkg compress/zlib, func NewWriterLevelDict(io.Writer, int, []uint8) (*Writer, error)
[274] Fix | Delete
pkg compress/zlib, method (*Writer) Close() error
[275] Fix | Delete
pkg compress/zlib, method (*Writer) Flush() error
[276] Fix | Delete
pkg compress/zlib, method (*Writer) Write([]uint8) (int, error)
[277] Fix | Delete
pkg compress/zlib, type Writer struct
[278] Fix | Delete
pkg compress/zlib, var ErrChecksum error
[279] Fix | Delete
pkg compress/zlib, var ErrDictionary error
[280] Fix | Delete
pkg compress/zlib, var ErrHeader error
[281] Fix | Delete
pkg container/heap, func Init(Interface)
[282] Fix | Delete
pkg container/heap, func Pop(Interface) interface{}
[283] Fix | Delete
pkg container/heap, func Push(Interface, interface{})
[284] Fix | Delete
pkg container/heap, func Remove(Interface, int) interface{}
[285] Fix | Delete
pkg container/heap, type Interface interface { Len, Less, Pop, Push, Swap }
[286] Fix | Delete
pkg container/heap, type Interface interface, Len() int
[287] Fix | Delete
pkg container/heap, type Interface interface, Less(int, int) bool
[288] Fix | Delete
pkg container/heap, type Interface interface, Pop() interface{}
[289] Fix | Delete
pkg container/heap, type Interface interface, Push(interface{})
[290] Fix | Delete
pkg container/heap, type Interface interface, Swap(int, int)
[291] Fix | Delete
pkg container/list, func New() *List
[292] Fix | Delete
pkg container/list, method (*Element) Next() *Element
[293] Fix | Delete
pkg container/list, method (*Element) Prev() *Element
[294] Fix | Delete
pkg container/list, method (*List) Back() *Element
[295] Fix | Delete
pkg container/list, method (*List) Front() *Element
[296] Fix | Delete
pkg container/list, method (*List) Init() *List
[297] Fix | Delete
pkg container/list, method (*List) InsertAfter(interface{}, *Element) *Element
[298] Fix | Delete
pkg container/list, method (*List) InsertBefore(interface{}, *Element) *Element
[299] Fix | Delete
pkg container/list, method (*List) Len() int
[300] Fix | Delete
pkg container/list, method (*List) MoveToBack(*Element)
[301] Fix | Delete
pkg container/list, method (*List) MoveToFront(*Element)
[302] Fix | Delete
pkg container/list, method (*List) PushBack(interface{}) *Element
[303] Fix | Delete
pkg container/list, method (*List) PushBackList(*List)
[304] Fix | Delete
pkg container/list, method (*List) PushFront(interface{}) *Element
[305] Fix | Delete
pkg container/list, method (*List) PushFrontList(*List)
[306] Fix | Delete
pkg container/list, method (*List) Remove(*Element) interface{}
[307] Fix | Delete
pkg container/list, type Element struct
[308] Fix | Delete
pkg container/list, type Element struct, Value interface{}
[309] Fix | Delete
pkg container/list, type List struct
[310] Fix | Delete
pkg container/ring, func New(int) *Ring
[311] Fix | Delete
pkg container/ring, method (*Ring) Do(func(interface{}))
[312] Fix | Delete
pkg container/ring, method (*Ring) Len() int
[313] Fix | Delete
pkg container/ring, method (*Ring) Link(*Ring) *Ring
[314] Fix | Delete
pkg container/ring, method (*Ring) Move(int) *Ring
[315] Fix | Delete
pkg container/ring, method (*Ring) Next() *Ring
[316] Fix | Delete
pkg container/ring, method (*Ring) Prev() *Ring
[317] Fix | Delete
pkg container/ring, method (*Ring) Unlink(int) *Ring
[318] Fix | Delete
pkg container/ring, type Ring struct
[319] Fix | Delete
pkg container/ring, type Ring struct, Value interface{}
[320] Fix | Delete
pkg crypto, const MD4 Hash
[321] Fix | Delete
pkg crypto, const MD5 Hash
[322] Fix | Delete
pkg crypto, const MD5SHA1 Hash
[323] Fix | Delete
pkg crypto, const RIPEMD160 Hash
[324] Fix | Delete
pkg crypto, const SHA1 Hash
[325] Fix | Delete
pkg crypto, const SHA224 Hash
[326] Fix | Delete
pkg crypto, const SHA256 Hash
[327] Fix | Delete
pkg crypto, const SHA384 Hash
[328] Fix | Delete
pkg crypto, const SHA512 Hash
[329] Fix | Delete
pkg crypto, func RegisterHash(Hash, func() hash.Hash)
[330] Fix | Delete
pkg crypto, method (Hash) Available() bool
[331] Fix | Delete
pkg crypto, method (Hash) New() hash.Hash
[332] Fix | Delete
pkg crypto, method (Hash) Size() int
[333] Fix | Delete
pkg crypto, type Hash uint
[334] Fix | Delete
pkg crypto, type PrivateKey interface {}
[335] Fix | Delete
pkg crypto/aes, const BlockSize ideal-int
[336] Fix | Delete
pkg crypto/aes, func NewCipher([]uint8) (cipher.Block, error)
[337] Fix | Delete
pkg crypto/aes, method (KeySizeError) Error() string
[338] Fix | Delete
pkg crypto/aes, type KeySizeError int
[339] Fix | Delete
pkg crypto/cipher, func NewCBCDecrypter(Block, []uint8) BlockMode
[340] Fix | Delete
pkg crypto/cipher, func NewCBCEncrypter(Block, []uint8) BlockMode
[341] Fix | Delete
pkg crypto/cipher, func NewCFBDecrypter(Block, []uint8) Stream
[342] Fix | Delete
pkg crypto/cipher, func NewCFBEncrypter(Block, []uint8) Stream
[343] Fix | Delete
pkg crypto/cipher, func NewCTR(Block, []uint8) Stream
[344] Fix | Delete
pkg crypto/cipher, func NewOFB(Block, []uint8) Stream
[345] Fix | Delete
pkg crypto/cipher, method (StreamReader) Read([]uint8) (int, error)
[346] Fix | Delete
pkg crypto/cipher, method (StreamWriter) Close() error
[347] Fix | Delete
pkg crypto/cipher, method (StreamWriter) Write([]uint8) (int, error)
[348] Fix | Delete
pkg crypto/cipher, type Block interface { BlockSize, Decrypt, Encrypt }
[349] Fix | Delete
pkg crypto/cipher, type Block interface, BlockSize() int
[350] Fix | Delete
pkg crypto/cipher, type Block interface, Decrypt([]uint8, []uint8)
[351] Fix | Delete
pkg crypto/cipher, type Block interface, Encrypt([]uint8, []uint8)
[352] Fix | Delete
pkg crypto/cipher, type BlockMode interface { BlockSize, CryptBlocks }
[353] Fix | Delete
pkg crypto/cipher, type BlockMode interface, BlockSize() int
[354] Fix | Delete
pkg crypto/cipher, type BlockMode interface, CryptBlocks([]uint8, []uint8)
[355] Fix | Delete
pkg crypto/cipher, type Stream interface { XORKeyStream }
[356] Fix | Delete
pkg crypto/cipher, type Stream interface, XORKeyStream([]uint8, []uint8)
[357] Fix | Delete
pkg crypto/cipher, type StreamReader struct
[358] Fix | Delete
pkg crypto/cipher, type StreamReader struct, R io.Reader
[359] Fix | Delete
pkg crypto/cipher, type StreamReader struct, S Stream
[360] Fix | Delete
pkg crypto/cipher, type StreamWriter struct
[361] Fix | Delete
pkg crypto/cipher, type StreamWriter struct, Err error
[362] Fix | Delete
pkg crypto/cipher, type StreamWriter struct, S Stream
[363] Fix | Delete
pkg crypto/cipher, type StreamWriter struct, W io.Writer
[364] Fix | Delete
pkg crypto/des, const BlockSize ideal-int
[365] Fix | Delete
pkg crypto/des, func NewCipher([]uint8) (cipher.Block, error)
[366] Fix | Delete
pkg crypto/des, func NewTripleDESCipher([]uint8) (cipher.Block, error)
[367] Fix | Delete
pkg crypto/des, method (KeySizeError) Error() string
[368] Fix | Delete
pkg crypto/des, type KeySizeError int
[369] Fix | Delete
pkg crypto/dsa, const L1024N160 ParameterSizes
[370] Fix | Delete
pkg crypto/dsa, const L2048N224 ParameterSizes
[371] Fix | Delete
pkg crypto/dsa, const L2048N256 ParameterSizes
[372] Fix | Delete
pkg crypto/dsa, const L3072N256 ParameterSizes
[373] Fix | Delete
pkg crypto/dsa, func GenerateKey(*PrivateKey, io.Reader) error
[374] Fix | Delete
pkg crypto/dsa, func GenerateParameters(*Parameters, io.Reader, ParameterSizes) error
[375] Fix | Delete
pkg crypto/dsa, func Sign(io.Reader, *PrivateKey, []uint8) (*big.Int, *big.Int, error)
[376] Fix | Delete
pkg crypto/dsa, func Verify(*PublicKey, []uint8, *big.Int, *big.Int) bool
[377] Fix | Delete
pkg crypto/dsa, type ParameterSizes int
[378] Fix | Delete
pkg crypto/dsa, type Parameters struct
[379] Fix | Delete
pkg crypto/dsa, type Parameters struct, G *big.Int
[380] Fix | Delete
pkg crypto/dsa, type Parameters struct, P *big.Int
[381] Fix | Delete
pkg crypto/dsa, type Parameters struct, Q *big.Int
[382] Fix | Delete
pkg crypto/dsa, type PrivateKey struct
[383] Fix | Delete
pkg crypto/dsa, type PrivateKey struct, X *big.Int
[384] Fix | Delete
pkg crypto/dsa, type PrivateKey struct, embedded PublicKey
[385] Fix | Delete
pkg crypto/dsa, type PublicKey struct
[386] Fix | Delete
pkg crypto/dsa, type PublicKey struct, Y *big.Int
[387] Fix | Delete
pkg crypto/dsa, type PublicKey struct, embedded Parameters
[388] Fix | Delete
pkg crypto/dsa, var ErrInvalidPublicKey error
[389] Fix | Delete
pkg crypto/ecdsa, func GenerateKey(elliptic.Curve, io.Reader) (*PrivateKey, error)
[390] Fix | Delete
pkg crypto/ecdsa, func Sign(io.Reader, *PrivateKey, []uint8) (*big.Int, *big.Int, error)
[391] Fix | Delete
pkg crypto/ecdsa, func Verify(*PublicKey, []uint8, *big.Int, *big.Int) bool
[392] Fix | Delete
pkg crypto/ecdsa, method (PrivateKey) Add(*big.Int, *big.Int, *big.Int, *big.Int) (*big.Int, *big.Int)
[393] Fix | Delete
pkg crypto/ecdsa, method (PrivateKey) Double(*big.Int, *big.Int) (*big.Int, *big.Int)
[394] Fix | Delete
pkg crypto/ecdsa, method (PrivateKey) IsOnCurve(*big.Int, *big.Int) bool
[395] Fix | Delete
pkg crypto/ecdsa, method (PrivateKey) Params() *elliptic.CurveParams
[396] Fix | Delete
pkg crypto/ecdsa, method (PrivateKey) ScalarBaseMult([]uint8) (*big.Int, *big.Int)
[397] Fix | Delete
pkg crypto/ecdsa, method (PrivateKey) ScalarMult(*big.Int, *big.Int, []uint8) (*big.Int, *big.Int)
[398] Fix | Delete
pkg crypto/ecdsa, method (PublicKey) Add(*big.Int, *big.Int, *big.Int, *big.Int) (*big.Int, *big.Int)
[399] Fix | Delete
pkg crypto/ecdsa, method (PublicKey) Double(*big.Int, *big.Int) (*big.Int, *big.Int)
[400] Fix | Delete
pkg crypto/ecdsa, method (PublicKey) IsOnCurve(*big.Int, *big.Int) bool
[401] Fix | Delete
pkg crypto/ecdsa, method (PublicKey) Params() *elliptic.CurveParams
[402] Fix | Delete
pkg crypto/ecdsa, method (PublicKey) ScalarBaseMult([]uint8) (*big.Int, *big.Int)
[403] Fix | Delete
pkg crypto/ecdsa, method (PublicKey) ScalarMult(*big.Int, *big.Int, []uint8) (*big.Int, *big.Int)
[404] Fix | Delete
pkg crypto/ecdsa, type PrivateKey struct
[405] Fix | Delete
pkg crypto/ecdsa, type PrivateKey struct, D *big.Int
[406] Fix | Delete
pkg crypto/ecdsa, type PrivateKey struct, embedded PublicKey
[407] Fix | Delete
pkg crypto/ecdsa, type PublicKey struct
[408] Fix | Delete
pkg crypto/ecdsa, type PublicKey struct, X *big.Int
[409] Fix | Delete
pkg crypto/ecdsa, type PublicKey struct, Y *big.Int
[410] Fix | Delete
pkg crypto/ecdsa, type PublicKey struct, embedded elliptic.Curve
[411] Fix | Delete
pkg crypto/elliptic, func GenerateKey(Curve, io.Reader) ([]uint8, *big.Int, *big.Int, error)
[412] Fix | Delete
pkg crypto/elliptic, func Marshal(Curve, *big.Int, *big.Int) []uint8
[413] Fix | Delete
pkg crypto/elliptic, func P224() Curve
[414] Fix | Delete
pkg crypto/elliptic, func P256() Curve
[415] Fix | Delete
pkg crypto/elliptic, func P384() Curve
[416] Fix | Delete
pkg crypto/elliptic, func P521() Curve
[417] Fix | Delete
pkg crypto/elliptic, func Unmarshal(Curve, []uint8) (*big.Int, *big.Int)
[418] Fix | Delete
pkg crypto/elliptic, method (*CurveParams) Add(*big.Int, *big.Int, *big.Int, *big.Int) (*big.Int, *big.Int)
[419] Fix | Delete
pkg crypto/elliptic, method (*CurveParams) Double(*big.Int, *big.Int) (*big.Int, *big.Int)
[420] Fix | Delete
pkg crypto/elliptic, method (*CurveParams) IsOnCurve(*big.Int, *big.Int) bool
[421] Fix | Delete
pkg crypto/elliptic, method (*CurveParams) Params() *CurveParams
[422] Fix | Delete
pkg crypto/elliptic, method (*CurveParams) ScalarBaseMult([]uint8) (*big.Int, *big.Int)
[423] Fix | Delete
pkg crypto/elliptic, method (*CurveParams) ScalarMult(*big.Int, *big.Int, []uint8) (*big.Int, *big.Int)
[424] Fix | Delete
pkg crypto/elliptic, type Curve interface { Add, Double, IsOnCurve, Params, ScalarBaseMult, ScalarMult }
[425] Fix | Delete
pkg crypto/elliptic, type Curve interface, Add(*big.Int, *big.Int, *big.Int, *big.Int) (*big.Int, *big.Int)
[426] Fix | Delete
pkg crypto/elliptic, type Curve interface, Double(*big.Int, *big.Int) (*big.Int, *big.Int)
[427] Fix | Delete
pkg crypto/elliptic, type Curve interface, IsOnCurve(*big.Int, *big.Int) bool
[428] Fix | Delete
pkg crypto/elliptic, type Curve interface, Params() *CurveParams
[429] Fix | Delete
pkg crypto/elliptic, type Curve interface, ScalarBaseMult([]uint8) (*big.Int, *big.Int)
[430] Fix | Delete
pkg crypto/elliptic, type Curve interface, ScalarMult(*big.Int, *big.Int, []uint8) (*big.Int, *big.Int)
[431] Fix | Delete
pkg crypto/elliptic, type CurveParams struct
[432] Fix | Delete
pkg crypto/elliptic, type CurveParams struct, B *big.Int
[433] Fix | Delete
pkg crypto/elliptic, type CurveParams struct, BitSize int
[434] Fix | Delete
pkg crypto/elliptic, type CurveParams struct, Gx *big.Int
[435] Fix | Delete
pkg crypto/elliptic, type CurveParams struct, Gy *big.Int
[436] Fix | Delete
pkg crypto/elliptic, type CurveParams struct, N *big.Int
[437] Fix | Delete
pkg crypto/elliptic, type CurveParams struct, P *big.Int
[438] Fix | Delete
pkg crypto/hmac, func New(func() hash.Hash, []uint8) hash.Hash
[439] Fix | Delete
pkg crypto/md5, const BlockSize ideal-int
[440] Fix | Delete
pkg crypto/md5, const Size ideal-int
[441] Fix | Delete
pkg crypto/md5, func New() hash.Hash
[442] Fix | Delete
pkg crypto/rand, func Int(io.Reader, *big.Int) (*big.Int, error)
[443] Fix | Delete
pkg crypto/rand, func Prime(io.Reader, int) (*big.Int, error)
[444] Fix | Delete
pkg crypto/rand, func Read([]uint8) (int, error)
[445] Fix | Delete
pkg crypto/rand, var Reader io.Reader
[446] Fix | Delete
pkg crypto/rc4, func NewCipher([]uint8) (*Cipher, error)
[447] Fix | Delete
pkg crypto/rc4, method (*Cipher) Reset()
[448] Fix | Delete
pkg crypto/rc4, method (*Cipher) XORKeyStream([]uint8, []uint8)
[449] Fix | Delete
pkg crypto/rc4, method (KeySizeError) Error() string
[450] Fix | Delete
pkg crypto/rc4, type Cipher struct
[451] Fix | Delete
pkg crypto/rc4, type KeySizeError int
[452] Fix | Delete
pkg crypto/rsa, func DecryptOAEP(hash.Hash, io.Reader, *PrivateKey, []uint8, []uint8) ([]uint8, error)
[453] Fix | Delete
pkg crypto/rsa, func DecryptPKCS1v15(io.Reader, *PrivateKey, []uint8) ([]uint8, error)
[454] Fix | Delete
pkg crypto/rsa, func DecryptPKCS1v15SessionKey(io.Reader, *PrivateKey, []uint8, []uint8) error
[455] Fix | Delete
pkg crypto/rsa, func EncryptOAEP(hash.Hash, io.Reader, *PublicKey, []uint8, []uint8) ([]uint8, error)
[456] Fix | Delete
pkg crypto/rsa, func EncryptPKCS1v15(io.Reader, *PublicKey, []uint8) ([]uint8, error)
[457] Fix | Delete
pkg crypto/rsa, func GenerateKey(io.Reader, int) (*PrivateKey, error)
[458] Fix | Delete
pkg crypto/rsa, func GenerateMultiPrimeKey(io.Reader, int, int) (*PrivateKey, error)
[459] Fix | Delete
pkg crypto/rsa, func SignPKCS1v15(io.Reader, *PrivateKey, crypto.Hash, []uint8) ([]uint8, error)
[460] Fix | Delete
pkg crypto/rsa, func VerifyPKCS1v15(*PublicKey, crypto.Hash, []uint8, []uint8) error
[461] Fix | Delete
pkg crypto/rsa, method (*PrivateKey) Precompute()
[462] Fix | Delete
pkg crypto/rsa, method (*PrivateKey) Validate() error
[463] Fix | Delete
pkg crypto/rsa, type CRTValue struct
[464] Fix | Delete
pkg crypto/rsa, type CRTValue struct, Coeff *big.Int
[465] Fix | Delete
pkg crypto/rsa, type CRTValue struct, Exp *big.Int
[466] Fix | Delete
pkg crypto/rsa, type CRTValue struct, R *big.Int
[467] Fix | Delete
pkg crypto/rsa, type PrecomputedValues struct
[468] Fix | Delete
pkg crypto/rsa, type PrecomputedValues struct, CRTValues []CRTValue
[469] Fix | Delete
pkg crypto/rsa, type PrecomputedValues struct, Dp *big.Int
[470] Fix | Delete
pkg crypto/rsa, type PrecomputedValues struct, Dq *big.Int
[471] Fix | Delete
pkg crypto/rsa, type PrecomputedValues struct, Qinv *big.Int
[472] Fix | Delete
pkg crypto/rsa, type PrivateKey struct
[473] Fix | Delete
pkg crypto/rsa, type PrivateKey struct, D *big.Int
[474] Fix | Delete
pkg crypto/rsa, type PrivateKey struct, Precomputed PrecomputedValues
[475] Fix | Delete
pkg crypto/rsa, type PrivateKey struct, Primes []*big.Int
[476] Fix | Delete
pkg crypto/rsa, type PrivateKey struct, embedded PublicKey
[477] Fix | Delete
pkg crypto/rsa, type PublicKey struct
[478] Fix | Delete
pkg crypto/rsa, type PublicKey struct, E int
[479] Fix | Delete
pkg crypto/rsa, type PublicKey struct, N *big.Int
[480] Fix | Delete
pkg crypto/rsa, var ErrDecryption error
[481] Fix | Delete
pkg crypto/rsa, var ErrMessageTooLong error
[482] Fix | Delete
pkg crypto/rsa, var ErrVerification error
[483] Fix | Delete
pkg crypto/sha1, const BlockSize ideal-int
[484] Fix | Delete
pkg crypto/sha1, const Size ideal-int
[485] Fix | Delete
pkg crypto/sha1, func New() hash.Hash
[486] Fix | Delete
pkg crypto/sha256, const BlockSize ideal-int
[487] Fix | Delete
pkg crypto/sha256, const Size ideal-int
[488] Fix | Delete
pkg crypto/sha256, const Size224 ideal-int
[489] Fix | Delete
pkg crypto/sha256, func New() hash.Hash
[490] Fix | Delete
pkg crypto/sha256, func New224() hash.Hash
[491] Fix | Delete
pkg crypto/sha512, const BlockSize ideal-int
[492] Fix | Delete
pkg crypto/sha512, const Size ideal-int
[493] Fix | Delete
pkg crypto/sha512, const Size384 ideal-int
[494] Fix | Delete
pkg crypto/sha512, func New() hash.Hash
[495] Fix | Delete
pkg crypto/sha512, func New384() hash.Hash
[496] Fix | Delete
pkg crypto/subtle, func ConstantTimeByteEq(uint8, uint8) int
[497] Fix | Delete
pkg crypto/subtle, func ConstantTimeCompare([]uint8, []uint8) int
[498] Fix | Delete
pkg crypto/subtle, func ConstantTimeCopy(int, []uint8, []uint8)
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function