Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/smanonr..../lib/golang/api
File: go1.txt
pkg reflect, type Type interface, Len() int
[5500] Fix | Delete
pkg reflect, type Type interface, Method(int) Method
[5501] Fix | Delete
pkg reflect, type Type interface, MethodByName(string) (Method, bool)
[5502] Fix | Delete
pkg reflect, type Type interface, Name() string
[5503] Fix | Delete
pkg reflect, type Type interface, NumField() int
[5504] Fix | Delete
pkg reflect, type Type interface, NumIn() int
[5505] Fix | Delete
pkg reflect, type Type interface, NumMethod() int
[5506] Fix | Delete
pkg reflect, type Type interface, NumOut() int
[5507] Fix | Delete
pkg reflect, type Type interface, Out(int) Type
[5508] Fix | Delete
pkg reflect, type Type interface, PkgPath() string
[5509] Fix | Delete
pkg reflect, type Type interface, Size() uintptr
[5510] Fix | Delete
pkg reflect, type Type interface, String() string
[5511] Fix | Delete
pkg reflect, type Type interface, unexported methods
[5512] Fix | Delete
pkg reflect, type Value struct
[5513] Fix | Delete
pkg reflect, type ValueError struct
[5514] Fix | Delete
pkg reflect, type ValueError struct, Kind Kind
[5515] Fix | Delete
pkg reflect, type ValueError struct, Method string
[5516] Fix | Delete
pkg regexp, func Compile(string) (*Regexp, error)
[5517] Fix | Delete
pkg regexp, func CompilePOSIX(string) (*Regexp, error)
[5518] Fix | Delete
pkg regexp, func Match(string, []uint8) (bool, error)
[5519] Fix | Delete
pkg regexp, func MatchReader(string, io.RuneReader) (bool, error)
[5520] Fix | Delete
pkg regexp, func MatchString(string, string) (bool, error)
[5521] Fix | Delete
pkg regexp, func MustCompile(string) *Regexp
[5522] Fix | Delete
pkg regexp, func MustCompilePOSIX(string) *Regexp
[5523] Fix | Delete
pkg regexp, func QuoteMeta(string) string
[5524] Fix | Delete
pkg regexp, method (*Regexp) Expand([]uint8, []uint8, []uint8, []int) []uint8
[5525] Fix | Delete
pkg regexp, method (*Regexp) ExpandString([]uint8, string, string, []int) []uint8
[5526] Fix | Delete
pkg regexp, method (*Regexp) Find([]uint8) []uint8
[5527] Fix | Delete
pkg regexp, method (*Regexp) FindAll([]uint8, int) [][]uint8
[5528] Fix | Delete
pkg regexp, method (*Regexp) FindAllIndex([]uint8, int) [][]int
[5529] Fix | Delete
pkg regexp, method (*Regexp) FindAllString(string, int) []string
[5530] Fix | Delete
pkg regexp, method (*Regexp) FindAllStringIndex(string, int) [][]int
[5531] Fix | Delete
pkg regexp, method (*Regexp) FindAllStringSubmatch(string, int) [][]string
[5532] Fix | Delete
pkg regexp, method (*Regexp) FindAllStringSubmatchIndex(string, int) [][]int
[5533] Fix | Delete
pkg regexp, method (*Regexp) FindAllSubmatch([]uint8, int) [][][]uint8
[5534] Fix | Delete
pkg regexp, method (*Regexp) FindAllSubmatchIndex([]uint8, int) [][]int
[5535] Fix | Delete
pkg regexp, method (*Regexp) FindIndex([]uint8) []int
[5536] Fix | Delete
pkg regexp, method (*Regexp) FindReaderIndex(io.RuneReader) []int
[5537] Fix | Delete
pkg regexp, method (*Regexp) FindReaderSubmatchIndex(io.RuneReader) []int
[5538] Fix | Delete
pkg regexp, method (*Regexp) FindString(string) string
[5539] Fix | Delete
pkg regexp, method (*Regexp) FindStringIndex(string) []int
[5540] Fix | Delete
pkg regexp, method (*Regexp) FindStringSubmatch(string) []string
[5541] Fix | Delete
pkg regexp, method (*Regexp) FindStringSubmatchIndex(string) []int
[5542] Fix | Delete
pkg regexp, method (*Regexp) FindSubmatch([]uint8) [][]uint8
[5543] Fix | Delete
pkg regexp, method (*Regexp) FindSubmatchIndex([]uint8) []int
[5544] Fix | Delete
pkg regexp, method (*Regexp) LiteralPrefix() (string, bool)
[5545] Fix | Delete
pkg regexp, method (*Regexp) Match([]uint8) bool
[5546] Fix | Delete
pkg regexp, method (*Regexp) MatchReader(io.RuneReader) bool
[5547] Fix | Delete
pkg regexp, method (*Regexp) MatchString(string) bool
[5548] Fix | Delete
pkg regexp, method (*Regexp) NumSubexp() int
[5549] Fix | Delete
pkg regexp, method (*Regexp) ReplaceAll([]uint8, []uint8) []uint8
[5550] Fix | Delete
pkg regexp, method (*Regexp) ReplaceAllFunc([]uint8, func([]uint8) []uint8) []uint8
[5551] Fix | Delete
pkg regexp, method (*Regexp) ReplaceAllLiteral([]uint8, []uint8) []uint8
[5552] Fix | Delete
pkg regexp, method (*Regexp) ReplaceAllLiteralString(string, string) string
[5553] Fix | Delete
pkg regexp, method (*Regexp) ReplaceAllString(string, string) string
[5554] Fix | Delete
pkg regexp, method (*Regexp) ReplaceAllStringFunc(string, func(string) string) string
[5555] Fix | Delete
pkg regexp, method (*Regexp) String() string
[5556] Fix | Delete
pkg regexp, method (*Regexp) SubexpNames() []string
[5557] Fix | Delete
pkg regexp, type Regexp struct
[5558] Fix | Delete
pkg regexp/syntax, const ClassNL Flags
[5559] Fix | Delete
pkg regexp/syntax, const DotNL Flags
[5560] Fix | Delete
pkg regexp/syntax, const EmptyBeginLine EmptyOp
[5561] Fix | Delete
pkg regexp/syntax, const EmptyBeginText EmptyOp
[5562] Fix | Delete
pkg regexp/syntax, const EmptyEndLine EmptyOp
[5563] Fix | Delete
pkg regexp/syntax, const EmptyEndText EmptyOp
[5564] Fix | Delete
pkg regexp/syntax, const EmptyNoWordBoundary EmptyOp
[5565] Fix | Delete
pkg regexp/syntax, const EmptyWordBoundary EmptyOp
[5566] Fix | Delete
pkg regexp/syntax, const ErrInternalError ErrorCode
[5567] Fix | Delete
pkg regexp/syntax, const ErrInvalidCharClass ErrorCode
[5568] Fix | Delete
pkg regexp/syntax, const ErrInvalidCharRange ErrorCode
[5569] Fix | Delete
pkg regexp/syntax, const ErrInvalidEscape ErrorCode
[5570] Fix | Delete
pkg regexp/syntax, const ErrInvalidNamedCapture ErrorCode
[5571] Fix | Delete
pkg regexp/syntax, const ErrInvalidPerlOp ErrorCode
[5572] Fix | Delete
pkg regexp/syntax, const ErrInvalidRepeatOp ErrorCode
[5573] Fix | Delete
pkg regexp/syntax, const ErrInvalidRepeatSize ErrorCode
[5574] Fix | Delete
pkg regexp/syntax, const ErrInvalidUTF8 ErrorCode
[5575] Fix | Delete
pkg regexp/syntax, const ErrMissingBracket ErrorCode
[5576] Fix | Delete
pkg regexp/syntax, const ErrMissingParen ErrorCode
[5577] Fix | Delete
pkg regexp/syntax, const ErrMissingRepeatArgument ErrorCode
[5578] Fix | Delete
pkg regexp/syntax, const ErrTrailingBackslash ErrorCode
[5579] Fix | Delete
pkg regexp/syntax, const FoldCase Flags
[5580] Fix | Delete
pkg regexp/syntax, const InstAlt InstOp
[5581] Fix | Delete
pkg regexp/syntax, const InstAltMatch InstOp
[5582] Fix | Delete
pkg regexp/syntax, const InstCapture InstOp
[5583] Fix | Delete
pkg regexp/syntax, const InstEmptyWidth InstOp
[5584] Fix | Delete
pkg regexp/syntax, const InstFail InstOp
[5585] Fix | Delete
pkg regexp/syntax, const InstMatch InstOp
[5586] Fix | Delete
pkg regexp/syntax, const InstNop InstOp
[5587] Fix | Delete
pkg regexp/syntax, const InstRune InstOp
[5588] Fix | Delete
pkg regexp/syntax, const InstRune1 InstOp
[5589] Fix | Delete
pkg regexp/syntax, const InstRuneAny InstOp
[5590] Fix | Delete
pkg regexp/syntax, const InstRuneAnyNotNL InstOp
[5591] Fix | Delete
pkg regexp/syntax, const Literal Flags
[5592] Fix | Delete
pkg regexp/syntax, const MatchNL Flags
[5593] Fix | Delete
pkg regexp/syntax, const NonGreedy Flags
[5594] Fix | Delete
pkg regexp/syntax, const OneLine Flags
[5595] Fix | Delete
pkg regexp/syntax, const OpAlternate Op
[5596] Fix | Delete
pkg regexp/syntax, const OpAnyChar Op
[5597] Fix | Delete
pkg regexp/syntax, const OpAnyCharNotNL Op
[5598] Fix | Delete
pkg regexp/syntax, const OpBeginLine Op
[5599] Fix | Delete
pkg regexp/syntax, const OpBeginText Op
[5600] Fix | Delete
pkg regexp/syntax, const OpCapture Op
[5601] Fix | Delete
pkg regexp/syntax, const OpCharClass Op
[5602] Fix | Delete
pkg regexp/syntax, const OpConcat Op
[5603] Fix | Delete
pkg regexp/syntax, const OpEmptyMatch Op
[5604] Fix | Delete
pkg regexp/syntax, const OpEndLine Op
[5605] Fix | Delete
pkg regexp/syntax, const OpEndText Op
[5606] Fix | Delete
pkg regexp/syntax, const OpLiteral Op
[5607] Fix | Delete
pkg regexp/syntax, const OpNoMatch Op
[5608] Fix | Delete
pkg regexp/syntax, const OpNoWordBoundary Op
[5609] Fix | Delete
pkg regexp/syntax, const OpPlus Op
[5610] Fix | Delete
pkg regexp/syntax, const OpQuest Op
[5611] Fix | Delete
pkg regexp/syntax, const OpRepeat Op
[5612] Fix | Delete
pkg regexp/syntax, const OpStar Op
[5613] Fix | Delete
pkg regexp/syntax, const OpWordBoundary Op
[5614] Fix | Delete
pkg regexp/syntax, const POSIX Flags
[5615] Fix | Delete
pkg regexp/syntax, const Perl Flags
[5616] Fix | Delete
pkg regexp/syntax, const PerlX Flags
[5617] Fix | Delete
pkg regexp/syntax, const Simple Flags
[5618] Fix | Delete
pkg regexp/syntax, const UnicodeGroups Flags
[5619] Fix | Delete
pkg regexp/syntax, const WasDollar Flags
[5620] Fix | Delete
pkg regexp/syntax, func Compile(*Regexp) (*Prog, error)
[5621] Fix | Delete
pkg regexp/syntax, func EmptyOpContext(int32, int32) EmptyOp
[5622] Fix | Delete
pkg regexp/syntax, func IsWordChar(int32) bool
[5623] Fix | Delete
pkg regexp/syntax, func Parse(string, Flags) (*Regexp, error)
[5624] Fix | Delete
pkg regexp/syntax, method (*Error) Error() string
[5625] Fix | Delete
pkg regexp/syntax, method (*Inst) MatchEmptyWidth(int32, int32) bool
[5626] Fix | Delete
pkg regexp/syntax, method (*Inst) MatchRune(int32) bool
[5627] Fix | Delete
pkg regexp/syntax, method (*Inst) String() string
[5628] Fix | Delete
pkg regexp/syntax, method (*Prog) Prefix() (string, bool)
[5629] Fix | Delete
pkg regexp/syntax, method (*Prog) StartCond() EmptyOp
[5630] Fix | Delete
pkg regexp/syntax, method (*Prog) String() string
[5631] Fix | Delete
pkg regexp/syntax, method (*Regexp) CapNames() []string
[5632] Fix | Delete
pkg regexp/syntax, method (*Regexp) Equal(*Regexp) bool
[5633] Fix | Delete
pkg regexp/syntax, method (*Regexp) MaxCap() int
[5634] Fix | Delete
pkg regexp/syntax, method (*Regexp) Simplify() *Regexp
[5635] Fix | Delete
pkg regexp/syntax, method (*Regexp) String() string
[5636] Fix | Delete
pkg regexp/syntax, method (ErrorCode) String() string
[5637] Fix | Delete
pkg regexp/syntax, type EmptyOp uint8
[5638] Fix | Delete
pkg regexp/syntax, type Error struct
[5639] Fix | Delete
pkg regexp/syntax, type Error struct, Code ErrorCode
[5640] Fix | Delete
pkg regexp/syntax, type Error struct, Expr string
[5641] Fix | Delete
pkg regexp/syntax, type ErrorCode string
[5642] Fix | Delete
pkg regexp/syntax, type Flags uint16
[5643] Fix | Delete
pkg regexp/syntax, type Inst struct
[5644] Fix | Delete
pkg regexp/syntax, type Inst struct, Arg uint32
[5645] Fix | Delete
pkg regexp/syntax, type Inst struct, Op InstOp
[5646] Fix | Delete
pkg regexp/syntax, type Inst struct, Out uint32
[5647] Fix | Delete
pkg regexp/syntax, type Inst struct, Rune []int32
[5648] Fix | Delete
pkg regexp/syntax, type InstOp uint8
[5649] Fix | Delete
pkg regexp/syntax, type Op uint8
[5650] Fix | Delete
pkg regexp/syntax, type Prog struct
[5651] Fix | Delete
pkg regexp/syntax, type Prog struct, Inst []Inst
[5652] Fix | Delete
pkg regexp/syntax, type Prog struct, NumCap int
[5653] Fix | Delete
pkg regexp/syntax, type Prog struct, Start int
[5654] Fix | Delete
pkg regexp/syntax, type Regexp struct
[5655] Fix | Delete
pkg regexp/syntax, type Regexp struct, Cap int
[5656] Fix | Delete
pkg regexp/syntax, type Regexp struct, Flags Flags
[5657] Fix | Delete
pkg regexp/syntax, type Regexp struct, Max int
[5658] Fix | Delete
pkg regexp/syntax, type Regexp struct, Min int
[5659] Fix | Delete
pkg regexp/syntax, type Regexp struct, Name string
[5660] Fix | Delete
pkg regexp/syntax, type Regexp struct, Op Op
[5661] Fix | Delete
pkg regexp/syntax, type Regexp struct, Rune []int32
[5662] Fix | Delete
pkg regexp/syntax, type Regexp struct, Rune0 [2]int32
[5663] Fix | Delete
pkg regexp/syntax, type Regexp struct, Sub []*Regexp
[5664] Fix | Delete
pkg regexp/syntax, type Regexp struct, Sub0 [1]*Regexp
[5665] Fix | Delete
pkg runtime, const Compiler ideal-string
[5666] Fix | Delete
pkg runtime, const GOARCH string
[5667] Fix | Delete
pkg runtime, const GOOS string
[5668] Fix | Delete
pkg runtime, func Breakpoint()
[5669] Fix | Delete
pkg runtime, func CPUProfile() []uint8
[5670] Fix | Delete
pkg runtime, func Caller(int) (uintptr, string, int, bool)
[5671] Fix | Delete
pkg runtime, func Callers(int, []uintptr) int
[5672] Fix | Delete
pkg runtime, func FuncForPC(uintptr) *Func
[5673] Fix | Delete
pkg runtime, func GC()
[5674] Fix | Delete
pkg runtime, func GOMAXPROCS(int) int
[5675] Fix | Delete
pkg runtime, func GOROOT() string
[5676] Fix | Delete
pkg runtime, func Goexit()
[5677] Fix | Delete
pkg runtime, func GoroutineProfile([]StackRecord) (int, bool)
[5678] Fix | Delete
pkg runtime, func Gosched()
[5679] Fix | Delete
pkg runtime, func LockOSThread()
[5680] Fix | Delete
pkg runtime, func MemProfile([]MemProfileRecord, bool) (int, bool)
[5681] Fix | Delete
pkg runtime, func NumCPU() int
[5682] Fix | Delete
pkg runtime, func NumCgoCall() int64
[5683] Fix | Delete
pkg runtime, func NumGoroutine() int
[5684] Fix | Delete
pkg runtime, func ReadMemStats(*MemStats)
[5685] Fix | Delete
pkg runtime, func SetCPUProfileRate(int)
[5686] Fix | Delete
pkg runtime, func SetFinalizer(interface{}, interface{})
[5687] Fix | Delete
pkg runtime, func Stack([]uint8, bool) int
[5688] Fix | Delete
pkg runtime, func ThreadCreateProfile([]StackRecord) (int, bool)
[5689] Fix | Delete
pkg runtime, func UnlockOSThread()
[5690] Fix | Delete
pkg runtime, func Version() string
[5691] Fix | Delete
pkg runtime, method (*Func) Entry() uintptr
[5692] Fix | Delete
pkg runtime, method (*Func) FileLine(uintptr) (string, int)
[5693] Fix | Delete
pkg runtime, method (*Func) Name() string
[5694] Fix | Delete
pkg runtime, method (*MemProfileRecord) InUseBytes() int64
[5695] Fix | Delete
pkg runtime, method (*MemProfileRecord) InUseObjects() int64
[5696] Fix | Delete
pkg runtime, method (*MemProfileRecord) Stack() []uintptr
[5697] Fix | Delete
pkg runtime, method (*StackRecord) Stack() []uintptr
[5698] Fix | Delete
pkg runtime, method (*TypeAssertionError) Error() string
[5699] Fix | Delete
pkg runtime, method (*TypeAssertionError) RuntimeError()
[5700] Fix | Delete
pkg runtime, type Error interface { Error, RuntimeError }
[5701] Fix | Delete
pkg runtime, type Error interface, Error() string
[5702] Fix | Delete
pkg runtime, type Error interface, RuntimeError()
[5703] Fix | Delete
pkg runtime, type Func struct
[5704] Fix | Delete
pkg runtime, type MemProfileRecord struct
[5705] Fix | Delete
pkg runtime, type MemProfileRecord struct, AllocBytes int64
[5706] Fix | Delete
pkg runtime, type MemProfileRecord struct, AllocObjects int64
[5707] Fix | Delete
pkg runtime, type MemProfileRecord struct, FreeBytes int64
[5708] Fix | Delete
pkg runtime, type MemProfileRecord struct, FreeObjects int64
[5709] Fix | Delete
pkg runtime, type MemProfileRecord struct, Stack0 [32]uintptr
[5710] Fix | Delete
pkg runtime, type MemStats struct
[5711] Fix | Delete
pkg runtime, type MemStats struct, Alloc uint64
[5712] Fix | Delete
pkg runtime, type MemStats struct, BuckHashSys uint64
[5713] Fix | Delete
pkg runtime, type MemStats struct, BySize [61]struct
[5714] Fix | Delete
pkg runtime, type MemStats struct, DebugGC bool
[5715] Fix | Delete
pkg runtime, type MemStats struct, EnableGC bool
[5716] Fix | Delete
pkg runtime, type MemStats struct, Frees uint64
[5717] Fix | Delete
pkg runtime, type MemStats struct, HeapAlloc uint64
[5718] Fix | Delete
pkg runtime, type MemStats struct, HeapIdle uint64
[5719] Fix | Delete
pkg runtime, type MemStats struct, HeapInuse uint64
[5720] Fix | Delete
pkg runtime, type MemStats struct, HeapObjects uint64
[5721] Fix | Delete
pkg runtime, type MemStats struct, HeapReleased uint64
[5722] Fix | Delete
pkg runtime, type MemStats struct, HeapSys uint64
[5723] Fix | Delete
pkg runtime, type MemStats struct, LastGC uint64
[5724] Fix | Delete
pkg runtime, type MemStats struct, Lookups uint64
[5725] Fix | Delete
pkg runtime, type MemStats struct, MCacheInuse uint64
[5726] Fix | Delete
pkg runtime, type MemStats struct, MCacheSys uint64
[5727] Fix | Delete
pkg runtime, type MemStats struct, MSpanInuse uint64
[5728] Fix | Delete
pkg runtime, type MemStats struct, MSpanSys uint64
[5729] Fix | Delete
pkg runtime, type MemStats struct, Mallocs uint64
[5730] Fix | Delete
pkg runtime, type MemStats struct, NextGC uint64
[5731] Fix | Delete
pkg runtime, type MemStats struct, NumGC uint32
[5732] Fix | Delete
pkg runtime, type MemStats struct, PauseNs [256]uint64
[5733] Fix | Delete
pkg runtime, type MemStats struct, PauseTotalNs uint64
[5734] Fix | Delete
pkg runtime, type MemStats struct, StackInuse uint64
[5735] Fix | Delete
pkg runtime, type MemStats struct, StackSys uint64
[5736] Fix | Delete
pkg runtime, type MemStats struct, Sys uint64
[5737] Fix | Delete
pkg runtime, type MemStats struct, TotalAlloc uint64
[5738] Fix | Delete
pkg runtime, type StackRecord struct
[5739] Fix | Delete
pkg runtime, type StackRecord struct, Stack0 [32]uintptr
[5740] Fix | Delete
pkg runtime, type TypeAssertionError struct
[5741] Fix | Delete
pkg runtime, var MemProfileRate int
[5742] Fix | Delete
pkg runtime/debug, func PrintStack()
[5743] Fix | Delete
pkg runtime/debug, func Stack() []uint8
[5744] Fix | Delete
pkg runtime/pprof, func Lookup(string) *Profile
[5745] Fix | Delete
pkg runtime/pprof, func NewProfile(string) *Profile
[5746] Fix | Delete
pkg runtime/pprof, func Profiles() []*Profile
[5747] Fix | Delete
pkg runtime/pprof, func StartCPUProfile(io.Writer) error
[5748] Fix | Delete
pkg runtime/pprof, func StopCPUProfile()
[5749] Fix | Delete
pkg runtime/pprof, func WriteHeapProfile(io.Writer) error
[5750] Fix | Delete
pkg runtime/pprof, method (*Profile) Add(interface{}, int)
[5751] Fix | Delete
pkg runtime/pprof, method (*Profile) Count() int
[5752] Fix | Delete
pkg runtime/pprof, method (*Profile) Name() string
[5753] Fix | Delete
pkg runtime/pprof, method (*Profile) Remove(interface{})
[5754] Fix | Delete
pkg runtime/pprof, method (*Profile) WriteTo(io.Writer, int) error
[5755] Fix | Delete
pkg runtime/pprof, type Profile struct
[5756] Fix | Delete
pkg sort, func Float64s([]float64)
[5757] Fix | Delete
pkg sort, func Float64sAreSorted([]float64) bool
[5758] Fix | Delete
pkg sort, func Ints([]int)
[5759] Fix | Delete
pkg sort, func IntsAreSorted([]int) bool
[5760] Fix | Delete
pkg sort, func IsSorted(Interface) bool
[5761] Fix | Delete
pkg sort, func Search(int, func(int) bool) int
[5762] Fix | Delete
pkg sort, func SearchFloat64s([]float64, float64) int
[5763] Fix | Delete
pkg sort, func SearchInts([]int, int) int
[5764] Fix | Delete
pkg sort, func SearchStrings([]string, string) int
[5765] Fix | Delete
pkg sort, func Sort(Interface)
[5766] Fix | Delete
pkg sort, func Strings([]string)
[5767] Fix | Delete
pkg sort, func StringsAreSorted([]string) bool
[5768] Fix | Delete
pkg sort, method (Float64Slice) Len() int
[5769] Fix | Delete
pkg sort, method (Float64Slice) Less(int, int) bool
[5770] Fix | Delete
pkg sort, method (Float64Slice) Search(float64) int
[5771] Fix | Delete
pkg sort, method (Float64Slice) Sort()
[5772] Fix | Delete
pkg sort, method (Float64Slice) Swap(int, int)
[5773] Fix | Delete
pkg sort, method (IntSlice) Len() int
[5774] Fix | Delete
pkg sort, method (IntSlice) Less(int, int) bool
[5775] Fix | Delete
pkg sort, method (IntSlice) Search(int) int
[5776] Fix | Delete
pkg sort, method (IntSlice) Sort()
[5777] Fix | Delete
pkg sort, method (IntSlice) Swap(int, int)
[5778] Fix | Delete
pkg sort, method (StringSlice) Len() int
[5779] Fix | Delete
pkg sort, method (StringSlice) Less(int, int) bool
[5780] Fix | Delete
pkg sort, method (StringSlice) Search(string) int
[5781] Fix | Delete
pkg sort, method (StringSlice) Sort()
[5782] Fix | Delete
pkg sort, method (StringSlice) Swap(int, int)
[5783] Fix | Delete
pkg sort, type Float64Slice []float64
[5784] Fix | Delete
pkg sort, type IntSlice []int
[5785] Fix | Delete
pkg sort, type Interface interface { Len, Less, Swap }
[5786] Fix | Delete
pkg sort, type Interface interface, Len() int
[5787] Fix | Delete
pkg sort, type Interface interface, Less(int, int) bool
[5788] Fix | Delete
pkg sort, type Interface interface, Swap(int, int)
[5789] Fix | Delete
pkg sort, type StringSlice []string
[5790] Fix | Delete
pkg strconv, const IntSize ideal-int
[5791] Fix | Delete
pkg strconv, func AppendBool([]uint8, bool) []uint8
[5792] Fix | Delete
pkg strconv, func AppendFloat([]uint8, float64, uint8, int, int) []uint8
[5793] Fix | Delete
pkg strconv, func AppendInt([]uint8, int64, int) []uint8
[5794] Fix | Delete
pkg strconv, func AppendQuote([]uint8, string) []uint8
[5795] Fix | Delete
pkg strconv, func AppendQuoteRune([]uint8, int32) []uint8
[5796] Fix | Delete
pkg strconv, func AppendQuoteRuneToASCII([]uint8, int32) []uint8
[5797] Fix | Delete
pkg strconv, func AppendQuoteToASCII([]uint8, string) []uint8
[5798] Fix | Delete
pkg strconv, func AppendUint([]uint8, uint64, int) []uint8
[5799] Fix | Delete
pkg strconv, func Atoi(string) (int, error)
[5800] Fix | Delete
pkg strconv, func CanBackquote(string) bool
[5801] Fix | Delete
pkg strconv, func FormatBool(bool) string
[5802] Fix | Delete
pkg strconv, func FormatFloat(float64, uint8, int, int) string
[5803] Fix | Delete
pkg strconv, func FormatInt(int64, int) string
[5804] Fix | Delete
pkg strconv, func FormatUint(uint64, int) string
[5805] Fix | Delete
pkg strconv, func IsPrint(int32) bool
[5806] Fix | Delete
pkg strconv, func Itoa(int) string
[5807] Fix | Delete
pkg strconv, func ParseBool(string) (bool, error)
[5808] Fix | Delete
pkg strconv, func ParseFloat(string, int) (float64, error)
[5809] Fix | Delete
pkg strconv, func ParseInt(string, int, int) (int64, error)
[5810] Fix | Delete
pkg strconv, func ParseUint(string, int, int) (uint64, error)
[5811] Fix | Delete
pkg strconv, func Quote(string) string
[5812] Fix | Delete
pkg strconv, func QuoteRune(int32) string
[5813] Fix | Delete
pkg strconv, func QuoteRuneToASCII(int32) string
[5814] Fix | Delete
pkg strconv, func QuoteToASCII(string) string
[5815] Fix | Delete
pkg strconv, func Unquote(string) (string, error)
[5816] Fix | Delete
pkg strconv, func UnquoteChar(string, uint8) (int32, bool, string, error)
[5817] Fix | Delete
pkg strconv, method (*NumError) Error() string
[5818] Fix | Delete
pkg strconv, type NumError struct
[5819] Fix | Delete
pkg strconv, type NumError struct, Err error
[5820] Fix | Delete
pkg strconv, type NumError struct, Func string
[5821] Fix | Delete
pkg strconv, type NumError struct, Num string
[5822] Fix | Delete
pkg strconv, var ErrRange error
[5823] Fix | Delete
pkg strconv, var ErrSyntax error
[5824] Fix | Delete
pkg strings, func Contains(string, string) bool
[5825] Fix | Delete
pkg strings, func ContainsAny(string, string) bool
[5826] Fix | Delete
pkg strings, func ContainsRune(string, int32) bool
[5827] Fix | Delete
pkg strings, func Count(string, string) int
[5828] Fix | Delete
pkg strings, func EqualFold(string, string) bool
[5829] Fix | Delete
pkg strings, func Fields(string) []string
[5830] Fix | Delete
pkg strings, func FieldsFunc(string, func(int32) bool) []string
[5831] Fix | Delete
pkg strings, func HasPrefix(string, string) bool
[5832] Fix | Delete
pkg strings, func HasSuffix(string, string) bool
[5833] Fix | Delete
pkg strings, func Index(string, string) int
[5834] Fix | Delete
pkg strings, func IndexAny(string, string) int
[5835] Fix | Delete
pkg strings, func IndexFunc(string, func(int32) bool) int
[5836] Fix | Delete
pkg strings, func IndexRune(string, int32) int
[5837] Fix | Delete
pkg strings, func Join([]string, string) string
[5838] Fix | Delete
pkg strings, func LastIndex(string, string) int
[5839] Fix | Delete
pkg strings, func LastIndexAny(string, string) int
[5840] Fix | Delete
pkg strings, func LastIndexFunc(string, func(int32) bool) int
[5841] Fix | Delete
pkg strings, func Map(func(int32) int32, string) string
[5842] Fix | Delete
pkg strings, func NewReader(string) *Reader
[5843] Fix | Delete
pkg strings, func NewReplacer(...string) *Replacer
[5844] Fix | Delete
pkg strings, func Repeat(string, int) string
[5845] Fix | Delete
pkg strings, func Replace(string, string, string, int) string
[5846] Fix | Delete
pkg strings, func Split(string, string) []string
[5847] Fix | Delete
pkg strings, func SplitAfter(string, string) []string
[5848] Fix | Delete
pkg strings, func SplitAfterN(string, string, int) []string
[5849] Fix | Delete
pkg strings, func SplitN(string, string, int) []string
[5850] Fix | Delete
pkg strings, func Title(string) string
[5851] Fix | Delete
pkg strings, func ToLower(string) string
[5852] Fix | Delete
pkg strings, func ToLowerSpecial(unicode.SpecialCase, string) string
[5853] Fix | Delete
pkg strings, func ToTitle(string) string
[5854] Fix | Delete
pkg strings, func ToTitleSpecial(unicode.SpecialCase, string) string
[5855] Fix | Delete
pkg strings, func ToUpper(string) string
[5856] Fix | Delete
pkg strings, func ToUpperSpecial(unicode.SpecialCase, string) string
[5857] Fix | Delete
pkg strings, func Trim(string, string) string
[5858] Fix | Delete
pkg strings, func TrimFunc(string, func(int32) bool) string
[5859] Fix | Delete
pkg strings, func TrimLeft(string, string) string
[5860] Fix | Delete
pkg strings, func TrimLeftFunc(string, func(int32) bool) string
[5861] Fix | Delete
pkg strings, func TrimRight(string, string) string
[5862] Fix | Delete
pkg strings, func TrimRightFunc(string, func(int32) bool) string
[5863] Fix | Delete
pkg strings, func TrimSpace(string) string
[5864] Fix | Delete
pkg strings, method (*Reader) Len() int
[5865] Fix | Delete
pkg strings, method (*Reader) Read([]uint8) (int, error)
[5866] Fix | Delete
pkg strings, method (*Reader) ReadAt([]uint8, int64) (int, error)
[5867] Fix | Delete
pkg strings, method (*Reader) ReadByte() (uint8, error)
[5868] Fix | Delete
pkg strings, method (*Reader) ReadRune() (int32, int, error)
[5869] Fix | Delete
pkg strings, method (*Reader) Seek(int64, int) (int64, error)
[5870] Fix | Delete
pkg strings, method (*Reader) UnreadByte() error
[5871] Fix | Delete
pkg strings, method (*Reader) UnreadRune() error
[5872] Fix | Delete
pkg strings, method (*Replacer) Replace(string) string
[5873] Fix | Delete
pkg strings, method (*Replacer) WriteString(io.Writer, string) (int, error)
[5874] Fix | Delete
pkg strings, type Reader struct
[5875] Fix | Delete
pkg strings, type Replacer struct
[5876] Fix | Delete
pkg sync, func NewCond(Locker) *Cond
[5877] Fix | Delete
pkg sync, method (*Cond) Broadcast()
[5878] Fix | Delete
pkg sync, method (*Cond) Signal()
[5879] Fix | Delete
pkg sync, method (*Cond) Wait()
[5880] Fix | Delete
pkg sync, method (*Mutex) Lock()
[5881] Fix | Delete
pkg sync, method (*Mutex) Unlock()
[5882] Fix | Delete
pkg sync, method (*Once) Do(func())
[5883] Fix | Delete
pkg sync, method (*RWMutex) Lock()
[5884] Fix | Delete
pkg sync, method (*RWMutex) RLock()
[5885] Fix | Delete
pkg sync, method (*RWMutex) RLocker() Locker
[5886] Fix | Delete
pkg sync, method (*RWMutex) RUnlock()
[5887] Fix | Delete
pkg sync, method (*RWMutex) Unlock()
[5888] Fix | Delete
pkg sync, method (*WaitGroup) Add(int)
[5889] Fix | Delete
pkg sync, method (*WaitGroup) Done()
[5890] Fix | Delete
pkg sync, method (*WaitGroup) Wait()
[5891] Fix | Delete
pkg sync, type Cond struct
[5892] Fix | Delete
pkg sync, type Cond struct, L Locker
[5893] Fix | Delete
pkg sync, type Locker interface { Lock, Unlock }
[5894] Fix | Delete
pkg sync, type Locker interface, Lock()
[5895] Fix | Delete
pkg sync, type Locker interface, Unlock()
[5896] Fix | Delete
pkg sync, type Mutex struct
[5897] Fix | Delete
pkg sync, type Once struct
[5898] Fix | Delete
pkg sync, type RWMutex struct
[5899] Fix | Delete
pkg sync, type WaitGroup struct
[5900] Fix | Delete
pkg sync/atomic, func AddInt32(*int32, int32) int32
[5901] Fix | Delete
pkg sync/atomic, func AddInt64(*int64, int64) int64
[5902] Fix | Delete
pkg sync/atomic, func AddUint32(*uint32, uint32) uint32
[5903] Fix | Delete
pkg sync/atomic, func AddUint64(*uint64, uint64) uint64
[5904] Fix | Delete
pkg sync/atomic, func AddUintptr(*uintptr, uintptr) uintptr
[5905] Fix | Delete
pkg sync/atomic, func CompareAndSwapInt32(*int32, int32, int32) bool
[5906] Fix | Delete
pkg sync/atomic, func CompareAndSwapInt64(*int64, int64, int64) bool
[5907] Fix | Delete
pkg sync/atomic, func CompareAndSwapPointer(*unsafe.Pointer, unsafe.Pointer, unsafe.Pointer) bool
[5908] Fix | Delete
pkg sync/atomic, func CompareAndSwapUint32(*uint32, uint32, uint32) bool
[5909] Fix | Delete
pkg sync/atomic, func CompareAndSwapUint64(*uint64, uint64, uint64) bool
[5910] Fix | Delete
pkg sync/atomic, func CompareAndSwapUintptr(*uintptr, uintptr, uintptr) bool
[5911] Fix | Delete
pkg sync/atomic, func LoadInt32(*int32) int32
[5912] Fix | Delete
pkg sync/atomic, func LoadInt64(*int64) int64
[5913] Fix | Delete
pkg sync/atomic, func LoadPointer(*unsafe.Pointer) unsafe.Pointer
[5914] Fix | Delete
pkg sync/atomic, func LoadUint32(*uint32) uint32
[5915] Fix | Delete
pkg sync/atomic, func LoadUint64(*uint64) uint64
[5916] Fix | Delete
pkg sync/atomic, func LoadUintptr(*uintptr) uintptr
[5917] Fix | Delete
pkg sync/atomic, func StoreInt32(*int32, int32)
[5918] Fix | Delete
pkg sync/atomic, func StoreInt64(*int64, int64)
[5919] Fix | Delete
pkg sync/atomic, func StorePointer(*unsafe.Pointer, unsafe.Pointer)
[5920] Fix | Delete
pkg sync/atomic, func StoreUint32(*uint32, uint32)
[5921] Fix | Delete
pkg sync/atomic, func StoreUint64(*uint64, uint64)
[5922] Fix | Delete
pkg sync/atomic, func StoreUintptr(*uintptr, uintptr)
[5923] Fix | Delete
pkg syscall (darwin-386), const AF_APPLETALK ideal-int
[5924] Fix | Delete
pkg syscall (darwin-386), const AF_CCITT ideal-int
[5925] Fix | Delete
pkg syscall (darwin-386), const AF_CHAOS ideal-int
[5926] Fix | Delete
pkg syscall (darwin-386), const AF_CNT ideal-int
[5927] Fix | Delete
pkg syscall (darwin-386), const AF_COIP ideal-int
[5928] Fix | Delete
pkg syscall (darwin-386), const AF_DATAKIT ideal-int
[5929] Fix | Delete
pkg syscall (darwin-386), const AF_DECnet ideal-int
[5930] Fix | Delete
pkg syscall (darwin-386), const AF_DLI ideal-int
[5931] Fix | Delete
pkg syscall (darwin-386), const AF_E164 ideal-int
[5932] Fix | Delete
pkg syscall (darwin-386), const AF_ECMA ideal-int
[5933] Fix | Delete
pkg syscall (darwin-386), const AF_HYLINK ideal-int
[5934] Fix | Delete
pkg syscall (darwin-386), const AF_IEEE80211 ideal-int
[5935] Fix | Delete
pkg syscall (darwin-386), const AF_IMPLINK ideal-int
[5936] Fix | Delete
pkg syscall (darwin-386), const AF_IPX ideal-int
[5937] Fix | Delete
pkg syscall (darwin-386), const AF_ISDN ideal-int
[5938] Fix | Delete
pkg syscall (darwin-386), const AF_ISO ideal-int
[5939] Fix | Delete
pkg syscall (darwin-386), const AF_LAT ideal-int
[5940] Fix | Delete
pkg syscall (darwin-386), const AF_LINK ideal-int
[5941] Fix | Delete
pkg syscall (darwin-386), const AF_LOCAL ideal-int
[5942] Fix | Delete
pkg syscall (darwin-386), const AF_MAX ideal-int
[5943] Fix | Delete
pkg syscall (darwin-386), const AF_NATM ideal-int
[5944] Fix | Delete
pkg syscall (darwin-386), const AF_NDRV ideal-int
[5945] Fix | Delete
pkg syscall (darwin-386), const AF_NETBIOS ideal-int
[5946] Fix | Delete
pkg syscall (darwin-386), const AF_NS ideal-int
[5947] Fix | Delete
pkg syscall (darwin-386), const AF_OSI ideal-int
[5948] Fix | Delete
pkg syscall (darwin-386), const AF_PPP ideal-int
[5949] Fix | Delete
pkg syscall (darwin-386), const AF_PUP ideal-int
[5950] Fix | Delete
pkg syscall (darwin-386), const AF_RESERVED_36 ideal-int
[5951] Fix | Delete
pkg syscall (darwin-386), const AF_ROUTE ideal-int
[5952] Fix | Delete
pkg syscall (darwin-386), const AF_SIP ideal-int
[5953] Fix | Delete
pkg syscall (darwin-386), const AF_SNA ideal-int
[5954] Fix | Delete
pkg syscall (darwin-386), const AF_SYSTEM ideal-int
[5955] Fix | Delete
pkg syscall (darwin-386), const BIOCFLUSH ideal-int
[5956] Fix | Delete
pkg syscall (darwin-386), const BIOCGBLEN ideal-int
[5957] Fix | Delete
pkg syscall (darwin-386), const BIOCGDLT ideal-int
[5958] Fix | Delete
pkg syscall (darwin-386), const BIOCGDLTLIST ideal-int
[5959] Fix | Delete
pkg syscall (darwin-386), const BIOCGETIF ideal-int
[5960] Fix | Delete
pkg syscall (darwin-386), const BIOCGHDRCMPLT ideal-int
[5961] Fix | Delete
pkg syscall (darwin-386), const BIOCGRSIG ideal-int
[5962] Fix | Delete
pkg syscall (darwin-386), const BIOCGRTIMEOUT ideal-int
[5963] Fix | Delete
pkg syscall (darwin-386), const BIOCGSEESENT ideal-int
[5964] Fix | Delete
pkg syscall (darwin-386), const BIOCGSTATS ideal-int
[5965] Fix | Delete
pkg syscall (darwin-386), const BIOCIMMEDIATE ideal-int
[5966] Fix | Delete
pkg syscall (darwin-386), const BIOCPROMISC ideal-int
[5967] Fix | Delete
pkg syscall (darwin-386), const BIOCSBLEN ideal-int
[5968] Fix | Delete
pkg syscall (darwin-386), const BIOCSDLT ideal-int
[5969] Fix | Delete
pkg syscall (darwin-386), const BIOCSETF ideal-int
[5970] Fix | Delete
pkg syscall (darwin-386), const BIOCSETIF ideal-int
[5971] Fix | Delete
pkg syscall (darwin-386), const BIOCSHDRCMPLT ideal-int
[5972] Fix | Delete
pkg syscall (darwin-386), const BIOCSRSIG ideal-int
[5973] Fix | Delete
pkg syscall (darwin-386), const BIOCSRTIMEOUT ideal-int
[5974] Fix | Delete
pkg syscall (darwin-386), const BIOCSSEESENT ideal-int
[5975] Fix | Delete
pkg syscall (darwin-386), const BIOCVERSION ideal-int
[5976] Fix | Delete
pkg syscall (darwin-386), const BPF_A ideal-int
[5977] Fix | Delete
pkg syscall (darwin-386), const BPF_ABS ideal-int
[5978] Fix | Delete
pkg syscall (darwin-386), const BPF_ADD ideal-int
[5979] Fix | Delete
pkg syscall (darwin-386), const BPF_ALIGNMENT ideal-int
[5980] Fix | Delete
pkg syscall (darwin-386), const BPF_ALU ideal-int
[5981] Fix | Delete
pkg syscall (darwin-386), const BPF_AND ideal-int
[5982] Fix | Delete
pkg syscall (darwin-386), const BPF_B ideal-int
[5983] Fix | Delete
pkg syscall (darwin-386), const BPF_DIV ideal-int
[5984] Fix | Delete
pkg syscall (darwin-386), const BPF_H ideal-int
[5985] Fix | Delete
pkg syscall (darwin-386), const BPF_IMM ideal-int
[5986] Fix | Delete
pkg syscall (darwin-386), const BPF_IND ideal-int
[5987] Fix | Delete
pkg syscall (darwin-386), const BPF_JA ideal-int
[5988] Fix | Delete
pkg syscall (darwin-386), const BPF_JEQ ideal-int
[5989] Fix | Delete
pkg syscall (darwin-386), const BPF_JGE ideal-int
[5990] Fix | Delete
pkg syscall (darwin-386), const BPF_JGT ideal-int
[5991] Fix | Delete
pkg syscall (darwin-386), const BPF_JMP ideal-int
[5992] Fix | Delete
pkg syscall (darwin-386), const BPF_JSET ideal-int
[5993] Fix | Delete
pkg syscall (darwin-386), const BPF_K ideal-int
[5994] Fix | Delete
pkg syscall (darwin-386), const BPF_LD ideal-int
[5995] Fix | Delete
pkg syscall (darwin-386), const BPF_LDX ideal-int
[5996] Fix | Delete
pkg syscall (darwin-386), const BPF_LEN ideal-int
[5997] Fix | Delete
pkg syscall (darwin-386), const BPF_LSH ideal-int
[5998] Fix | Delete
pkg syscall (darwin-386), const BPF_MAJOR_VERSION ideal-int
[5999] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function