Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/smanonr..../lib/golang/api
File: go1.txt
pkg net/smtp, func Dial(string) (*Client, error)
[5000] Fix | Delete
pkg net/smtp, func NewClient(net.Conn, string) (*Client, error)
[5001] Fix | Delete
pkg net/smtp, func PlainAuth(string, string, string, string) Auth
[5002] Fix | Delete
pkg net/smtp, func SendMail(string, Auth, string, []string, []uint8) error
[5003] Fix | Delete
pkg net/smtp, method (*Client) Auth(Auth) error
[5004] Fix | Delete
pkg net/smtp, method (*Client) Data() (io.WriteCloser, error)
[5005] Fix | Delete
pkg net/smtp, method (*Client) Extension(string) (bool, string)
[5006] Fix | Delete
pkg net/smtp, method (*Client) Mail(string) error
[5007] Fix | Delete
pkg net/smtp, method (*Client) Quit() error
[5008] Fix | Delete
pkg net/smtp, method (*Client) Rcpt(string) error
[5009] Fix | Delete
pkg net/smtp, method (*Client) Reset() error
[5010] Fix | Delete
pkg net/smtp, method (*Client) StartTLS(*tls.Config) error
[5011] Fix | Delete
pkg net/smtp, method (*Client) Verify(string) error
[5012] Fix | Delete
pkg net/smtp, type Auth interface { Next, Start }
[5013] Fix | Delete
pkg net/smtp, type Auth interface, Next([]uint8, bool) ([]uint8, error)
[5014] Fix | Delete
pkg net/smtp, type Auth interface, Start(*ServerInfo) (string, []uint8, error)
[5015] Fix | Delete
pkg net/smtp, type Client struct
[5016] Fix | Delete
pkg net/smtp, type Client struct, Text *textproto.Conn
[5017] Fix | Delete
pkg net/smtp, type ServerInfo struct
[5018] Fix | Delete
pkg net/smtp, type ServerInfo struct, Auth []string
[5019] Fix | Delete
pkg net/smtp, type ServerInfo struct, Name string
[5020] Fix | Delete
pkg net/smtp, type ServerInfo struct, TLS bool
[5021] Fix | Delete
pkg net/textproto, func CanonicalMIMEHeaderKey(string) string
[5022] Fix | Delete
pkg net/textproto, func Dial(string, string) (*Conn, error)
[5023] Fix | Delete
pkg net/textproto, func NewConn(io.ReadWriteCloser) *Conn
[5024] Fix | Delete
pkg net/textproto, func NewReader(*bufio.Reader) *Reader
[5025] Fix | Delete
pkg net/textproto, func NewWriter(*bufio.Writer) *Writer
[5026] Fix | Delete
pkg net/textproto, method (*Conn) Close() error
[5027] Fix | Delete
pkg net/textproto, method (*Conn) Cmd(string, ...interface{}) (uint, error)
[5028] Fix | Delete
pkg net/textproto, method (*Conn) DotReader() io.Reader
[5029] Fix | Delete
pkg net/textproto, method (*Conn) DotWriter() io.WriteCloser
[5030] Fix | Delete
pkg net/textproto, method (*Conn) EndRequest(uint)
[5031] Fix | Delete
pkg net/textproto, method (*Conn) EndResponse(uint)
[5032] Fix | Delete
pkg net/textproto, method (*Conn) Next() uint
[5033] Fix | Delete
pkg net/textproto, method (*Conn) PrintfLine(string, ...interface{}) error
[5034] Fix | Delete
pkg net/textproto, method (*Conn) ReadCodeLine(int) (int, string, error)
[5035] Fix | Delete
pkg net/textproto, method (*Conn) ReadContinuedLine() (string, error)
[5036] Fix | Delete
pkg net/textproto, method (*Conn) ReadContinuedLineBytes() ([]uint8, error)
[5037] Fix | Delete
pkg net/textproto, method (*Conn) ReadDotBytes() ([]uint8, error)
[5038] Fix | Delete
pkg net/textproto, method (*Conn) ReadDotLines() ([]string, error)
[5039] Fix | Delete
pkg net/textproto, method (*Conn) ReadLine() (string, error)
[5040] Fix | Delete
pkg net/textproto, method (*Conn) ReadLineBytes() ([]uint8, error)
[5041] Fix | Delete
pkg net/textproto, method (*Conn) ReadMIMEHeader() (MIMEHeader, error)
[5042] Fix | Delete
pkg net/textproto, method (*Conn) ReadResponse(int) (int, string, error)
[5043] Fix | Delete
pkg net/textproto, method (*Conn) StartRequest(uint)
[5044] Fix | Delete
pkg net/textproto, method (*Conn) StartResponse(uint)
[5045] Fix | Delete
pkg net/textproto, method (*Error) Error() string
[5046] Fix | Delete
pkg net/textproto, method (*Pipeline) EndRequest(uint)
[5047] Fix | Delete
pkg net/textproto, method (*Pipeline) EndResponse(uint)
[5048] Fix | Delete
pkg net/textproto, method (*Pipeline) Next() uint
[5049] Fix | Delete
pkg net/textproto, method (*Pipeline) StartRequest(uint)
[5050] Fix | Delete
pkg net/textproto, method (*Pipeline) StartResponse(uint)
[5051] Fix | Delete
pkg net/textproto, method (*Reader) DotReader() io.Reader
[5052] Fix | Delete
pkg net/textproto, method (*Reader) ReadCodeLine(int) (int, string, error)
[5053] Fix | Delete
pkg net/textproto, method (*Reader) ReadContinuedLine() (string, error)
[5054] Fix | Delete
pkg net/textproto, method (*Reader) ReadContinuedLineBytes() ([]uint8, error)
[5055] Fix | Delete
pkg net/textproto, method (*Reader) ReadDotBytes() ([]uint8, error)
[5056] Fix | Delete
pkg net/textproto, method (*Reader) ReadDotLines() ([]string, error)
[5057] Fix | Delete
pkg net/textproto, method (*Reader) ReadLine() (string, error)
[5058] Fix | Delete
pkg net/textproto, method (*Reader) ReadLineBytes() ([]uint8, error)
[5059] Fix | Delete
pkg net/textproto, method (*Reader) ReadMIMEHeader() (MIMEHeader, error)
[5060] Fix | Delete
pkg net/textproto, method (*Reader) ReadResponse(int) (int, string, error)
[5061] Fix | Delete
pkg net/textproto, method (*Writer) DotWriter() io.WriteCloser
[5062] Fix | Delete
pkg net/textproto, method (*Writer) PrintfLine(string, ...interface{}) error
[5063] Fix | Delete
pkg net/textproto, method (MIMEHeader) Add(string, string)
[5064] Fix | Delete
pkg net/textproto, method (MIMEHeader) Del(string)
[5065] Fix | Delete
pkg net/textproto, method (MIMEHeader) Get(string) string
[5066] Fix | Delete
pkg net/textproto, method (MIMEHeader) Set(string, string)
[5067] Fix | Delete
pkg net/textproto, method (ProtocolError) Error() string
[5068] Fix | Delete
pkg net/textproto, type Conn struct
[5069] Fix | Delete
pkg net/textproto, type Conn struct, embedded Pipeline
[5070] Fix | Delete
pkg net/textproto, type Conn struct, embedded Reader
[5071] Fix | Delete
pkg net/textproto, type Conn struct, embedded Writer
[5072] Fix | Delete
pkg net/textproto, type Error struct
[5073] Fix | Delete
pkg net/textproto, type Error struct, Code int
[5074] Fix | Delete
pkg net/textproto, type Error struct, Msg string
[5075] Fix | Delete
pkg net/textproto, type MIMEHeader map[string][]string
[5076] Fix | Delete
pkg net/textproto, type Pipeline struct
[5077] Fix | Delete
pkg net/textproto, type ProtocolError string
[5078] Fix | Delete
pkg net/textproto, type Reader struct
[5079] Fix | Delete
pkg net/textproto, type Reader struct, R *bufio.Reader
[5080] Fix | Delete
pkg net/textproto, type Writer struct
[5081] Fix | Delete
pkg net/textproto, type Writer struct, W *bufio.Writer
[5082] Fix | Delete
pkg net/url, func Parse(string) (*URL, error)
[5083] Fix | Delete
pkg net/url, func ParseQuery(string) (Values, error)
[5084] Fix | Delete
pkg net/url, func ParseRequestURI(string) (*URL, error)
[5085] Fix | Delete
pkg net/url, func QueryEscape(string) string
[5086] Fix | Delete
pkg net/url, func QueryUnescape(string) (string, error)
[5087] Fix | Delete
pkg net/url, func User(string) *Userinfo
[5088] Fix | Delete
pkg net/url, func UserPassword(string, string) *Userinfo
[5089] Fix | Delete
pkg net/url, method (*Error) Error() string
[5090] Fix | Delete
pkg net/url, method (*URL) IsAbs() bool
[5091] Fix | Delete
pkg net/url, method (*URL) Parse(string) (*URL, error)
[5092] Fix | Delete
pkg net/url, method (*URL) Query() Values
[5093] Fix | Delete
pkg net/url, method (*URL) RequestURI() string
[5094] Fix | Delete
pkg net/url, method (*URL) ResolveReference(*URL) *URL
[5095] Fix | Delete
pkg net/url, method (*URL) String() string
[5096] Fix | Delete
pkg net/url, method (*Userinfo) Password() (string, bool)
[5097] Fix | Delete
pkg net/url, method (*Userinfo) String() string
[5098] Fix | Delete
pkg net/url, method (*Userinfo) Username() string
[5099] Fix | Delete
pkg net/url, method (EscapeError) Error() string
[5100] Fix | Delete
pkg net/url, method (Values) Add(string, string)
[5101] Fix | Delete
pkg net/url, method (Values) Del(string)
[5102] Fix | Delete
pkg net/url, method (Values) Encode() string
[5103] Fix | Delete
pkg net/url, method (Values) Get(string) string
[5104] Fix | Delete
pkg net/url, method (Values) Set(string, string)
[5105] Fix | Delete
pkg net/url, type Error struct
[5106] Fix | Delete
pkg net/url, type Error struct, Err error
[5107] Fix | Delete
pkg net/url, type Error struct, Op string
[5108] Fix | Delete
pkg net/url, type Error struct, URL string
[5109] Fix | Delete
pkg net/url, type EscapeError string
[5110] Fix | Delete
pkg net/url, type URL struct
[5111] Fix | Delete
pkg net/url, type URL struct, Fragment string
[5112] Fix | Delete
pkg net/url, type URL struct, Host string
[5113] Fix | Delete
pkg net/url, type URL struct, Opaque string
[5114] Fix | Delete
pkg net/url, type URL struct, Path string
[5115] Fix | Delete
pkg net/url, type URL struct, RawQuery string
[5116] Fix | Delete
pkg net/url, type URL struct, Scheme string
[5117] Fix | Delete
pkg net/url, type URL struct, User *Userinfo
[5118] Fix | Delete
pkg net/url, type Userinfo struct
[5119] Fix | Delete
pkg net/url, type Values map[string][]string
[5120] Fix | Delete
pkg os, const DevNull ideal-string
[5121] Fix | Delete
pkg os, const ModeAppend FileMode
[5122] Fix | Delete
pkg os, const ModeCharDevice FileMode
[5123] Fix | Delete
pkg os, const ModeDevice FileMode
[5124] Fix | Delete
pkg os, const ModeDir FileMode
[5125] Fix | Delete
pkg os, const ModeExclusive FileMode
[5126] Fix | Delete
pkg os, const ModeNamedPipe FileMode
[5127] Fix | Delete
pkg os, const ModePerm FileMode
[5128] Fix | Delete
pkg os, const ModeSetgid FileMode
[5129] Fix | Delete
pkg os, const ModeSetuid FileMode
[5130] Fix | Delete
pkg os, const ModeSocket FileMode
[5131] Fix | Delete
pkg os, const ModeSticky FileMode
[5132] Fix | Delete
pkg os, const ModeSymlink FileMode
[5133] Fix | Delete
pkg os, const ModeTemporary FileMode
[5134] Fix | Delete
pkg os, const ModeType FileMode
[5135] Fix | Delete
pkg os, const O_APPEND int
[5136] Fix | Delete
pkg os, const O_CREATE int
[5137] Fix | Delete
pkg os, const O_EXCL int
[5138] Fix | Delete
pkg os, const O_RDONLY int
[5139] Fix | Delete
pkg os, const O_RDWR int
[5140] Fix | Delete
pkg os, const O_SYNC int
[5141] Fix | Delete
pkg os, const O_TRUNC int
[5142] Fix | Delete
pkg os, const O_WRONLY int
[5143] Fix | Delete
pkg os, const PathListSeparator ideal-char
[5144] Fix | Delete
pkg os, const PathSeparator ideal-char
[5145] Fix | Delete
pkg os, const SEEK_CUR int
[5146] Fix | Delete
pkg os, const SEEK_END int
[5147] Fix | Delete
pkg os, const SEEK_SET int
[5148] Fix | Delete
pkg os, func Chdir(string) error
[5149] Fix | Delete
pkg os, func Chmod(string, FileMode) error
[5150] Fix | Delete
pkg os, func Chown(string, int, int) error
[5151] Fix | Delete
pkg os, func Chtimes(string, time.Time, time.Time) error
[5152] Fix | Delete
pkg os, func Clearenv()
[5153] Fix | Delete
pkg os, func Create(string) (*File, error)
[5154] Fix | Delete
pkg os, func Environ() []string
[5155] Fix | Delete
pkg os, func Exit(int)
[5156] Fix | Delete
pkg os, func Expand(string, func(string) string) string
[5157] Fix | Delete
pkg os, func ExpandEnv(string) string
[5158] Fix | Delete
pkg os, func FindProcess(int) (*Process, error)
[5159] Fix | Delete
pkg os, func Getegid() int
[5160] Fix | Delete
pkg os, func Getenv(string) string
[5161] Fix | Delete
pkg os, func Geteuid() int
[5162] Fix | Delete
pkg os, func Getgid() int
[5163] Fix | Delete
pkg os, func Getgroups() ([]int, error)
[5164] Fix | Delete
pkg os, func Getpagesize() int
[5165] Fix | Delete
pkg os, func Getpid() int
[5166] Fix | Delete
pkg os, func Getppid() int
[5167] Fix | Delete
pkg os, func Getuid() int
[5168] Fix | Delete
pkg os, func Getwd() (string, error)
[5169] Fix | Delete
pkg os, func Hostname() (string, error)
[5170] Fix | Delete
pkg os, func IsExist(error) bool
[5171] Fix | Delete
pkg os, func IsNotExist(error) bool
[5172] Fix | Delete
pkg os, func IsPathSeparator(uint8) bool
[5173] Fix | Delete
pkg os, func IsPermission(error) bool
[5174] Fix | Delete
pkg os, func Lchown(string, int, int) error
[5175] Fix | Delete
pkg os, func Link(string, string) error
[5176] Fix | Delete
pkg os, func Lstat(string) (FileInfo, error)
[5177] Fix | Delete
pkg os, func Mkdir(string, FileMode) error
[5178] Fix | Delete
pkg os, func MkdirAll(string, FileMode) error
[5179] Fix | Delete
pkg os, func NewFile(uintptr, string) *File
[5180] Fix | Delete
pkg os, func NewSyscallError(string, error) error
[5181] Fix | Delete
pkg os, func Open(string) (*File, error)
[5182] Fix | Delete
pkg os, func OpenFile(string, int, FileMode) (*File, error)
[5183] Fix | Delete
pkg os, func Pipe() (*File, *File, error)
[5184] Fix | Delete
pkg os, func Readlink(string) (string, error)
[5185] Fix | Delete
pkg os, func Remove(string) error
[5186] Fix | Delete
pkg os, func RemoveAll(string) error
[5187] Fix | Delete
pkg os, func Rename(string, string) error
[5188] Fix | Delete
pkg os, func SameFile(FileInfo, FileInfo) bool
[5189] Fix | Delete
pkg os, func Setenv(string, string) error
[5190] Fix | Delete
pkg os, func StartProcess(string, []string, *ProcAttr) (*Process, error)
[5191] Fix | Delete
pkg os, func Stat(string) (FileInfo, error)
[5192] Fix | Delete
pkg os, func Symlink(string, string) error
[5193] Fix | Delete
pkg os, func TempDir() string
[5194] Fix | Delete
pkg os, func Truncate(string, int64) error
[5195] Fix | Delete
pkg os, method (*File) Chdir() error
[5196] Fix | Delete
pkg os, method (*File) Chmod(FileMode) error
[5197] Fix | Delete
pkg os, method (*File) Chown(int, int) error
[5198] Fix | Delete
pkg os, method (*File) Close() error
[5199] Fix | Delete
pkg os, method (*File) Fd() uintptr
[5200] Fix | Delete
pkg os, method (*File) Name() string
[5201] Fix | Delete
pkg os, method (*File) Read([]uint8) (int, error)
[5202] Fix | Delete
pkg os, method (*File) ReadAt([]uint8, int64) (int, error)
[5203] Fix | Delete
pkg os, method (*File) Readdir(int) ([]FileInfo, error)
[5204] Fix | Delete
pkg os, method (*File) Readdirnames(int) ([]string, error)
[5205] Fix | Delete
pkg os, method (*File) Seek(int64, int) (int64, error)
[5206] Fix | Delete
pkg os, method (*File) Stat() (FileInfo, error)
[5207] Fix | Delete
pkg os, method (*File) Sync() error
[5208] Fix | Delete
pkg os, method (*File) Truncate(int64) error
[5209] Fix | Delete
pkg os, method (*File) Write([]uint8) (int, error)
[5210] Fix | Delete
pkg os, method (*File) WriteAt([]uint8, int64) (int, error)
[5211] Fix | Delete
pkg os, method (*File) WriteString(string) (int, error)
[5212] Fix | Delete
pkg os, method (*LinkError) Error() string
[5213] Fix | Delete
pkg os, method (*PathError) Error() string
[5214] Fix | Delete
pkg os, method (*Process) Kill() error
[5215] Fix | Delete
pkg os, method (*Process) Release() error
[5216] Fix | Delete
pkg os, method (*Process) Signal(Signal) error
[5217] Fix | Delete
pkg os, method (*Process) Wait() (*ProcessState, error)
[5218] Fix | Delete
pkg os, method (*ProcessState) Exited() bool
[5219] Fix | Delete
pkg os, method (*ProcessState) Pid() int
[5220] Fix | Delete
pkg os, method (*ProcessState) String() string
[5221] Fix | Delete
pkg os, method (*ProcessState) Success() bool
[5222] Fix | Delete
pkg os, method (*ProcessState) Sys() interface{}
[5223] Fix | Delete
pkg os, method (*ProcessState) SysUsage() interface{}
[5224] Fix | Delete
pkg os, method (*ProcessState) SystemTime() time.Duration
[5225] Fix | Delete
pkg os, method (*ProcessState) UserTime() time.Duration
[5226] Fix | Delete
pkg os, method (*SyscallError) Error() string
[5227] Fix | Delete
pkg os, method (FileMode) IsDir() bool
[5228] Fix | Delete
pkg os, method (FileMode) Perm() FileMode
[5229] Fix | Delete
pkg os, method (FileMode) String() string
[5230] Fix | Delete
pkg os, type File struct
[5231] Fix | Delete
pkg os, type FileInfo interface { IsDir, ModTime, Mode, Name, Size, Sys }
[5232] Fix | Delete
pkg os, type FileInfo interface, IsDir() bool
[5233] Fix | Delete
pkg os, type FileInfo interface, ModTime() time.Time
[5234] Fix | Delete
pkg os, type FileInfo interface, Mode() FileMode
[5235] Fix | Delete
pkg os, type FileInfo interface, Name() string
[5236] Fix | Delete
pkg os, type FileInfo interface, Size() int64
[5237] Fix | Delete
pkg os, type FileInfo interface, Sys() interface{}
[5238] Fix | Delete
pkg os, type FileMode uint32
[5239] Fix | Delete
pkg os, type LinkError struct
[5240] Fix | Delete
pkg os, type LinkError struct, Err error
[5241] Fix | Delete
pkg os, type LinkError struct, New string
[5242] Fix | Delete
pkg os, type LinkError struct, Old string
[5243] Fix | Delete
pkg os, type LinkError struct, Op string
[5244] Fix | Delete
pkg os, type PathError struct
[5245] Fix | Delete
pkg os, type PathError struct, Err error
[5246] Fix | Delete
pkg os, type PathError struct, Op string
[5247] Fix | Delete
pkg os, type PathError struct, Path string
[5248] Fix | Delete
pkg os, type ProcAttr struct
[5249] Fix | Delete
pkg os, type ProcAttr struct, Dir string
[5250] Fix | Delete
pkg os, type ProcAttr struct, Env []string
[5251] Fix | Delete
pkg os, type ProcAttr struct, Files []*File
[5252] Fix | Delete
pkg os, type ProcAttr struct, Sys *syscall.SysProcAttr
[5253] Fix | Delete
pkg os, type Process struct
[5254] Fix | Delete
pkg os, type Process struct, Pid int
[5255] Fix | Delete
pkg os, type ProcessState struct
[5256] Fix | Delete
pkg os, type Signal interface { Signal, String }
[5257] Fix | Delete
pkg os, type Signal interface, Signal()
[5258] Fix | Delete
pkg os, type Signal interface, String() string
[5259] Fix | Delete
pkg os, type SyscallError struct
[5260] Fix | Delete
pkg os, type SyscallError struct, Err error
[5261] Fix | Delete
pkg os, type SyscallError struct, Syscall string
[5262] Fix | Delete
pkg os, var Args []string
[5263] Fix | Delete
pkg os, var ErrExist error
[5264] Fix | Delete
pkg os, var ErrInvalid error
[5265] Fix | Delete
pkg os, var ErrNotExist error
[5266] Fix | Delete
pkg os, var ErrPermission error
[5267] Fix | Delete
pkg os, var Interrupt Signal
[5268] Fix | Delete
pkg os, var Kill Signal
[5269] Fix | Delete
pkg os, var Stderr *File
[5270] Fix | Delete
pkg os, var Stdin *File
[5271] Fix | Delete
pkg os, var Stdout *File
[5272] Fix | Delete
pkg os/exec, func Command(string, ...string) *Cmd
[5273] Fix | Delete
pkg os/exec, func LookPath(string) (string, error)
[5274] Fix | Delete
pkg os/exec, method (*Cmd) CombinedOutput() ([]uint8, error)
[5275] Fix | Delete
pkg os/exec, method (*Cmd) Output() ([]uint8, error)
[5276] Fix | Delete
pkg os/exec, method (*Cmd) Run() error
[5277] Fix | Delete
pkg os/exec, method (*Cmd) Start() error
[5278] Fix | Delete
pkg os/exec, method (*Cmd) StderrPipe() (io.ReadCloser, error)
[5279] Fix | Delete
pkg os/exec, method (*Cmd) StdinPipe() (io.WriteCloser, error)
[5280] Fix | Delete
pkg os/exec, method (*Cmd) StdoutPipe() (io.ReadCloser, error)
[5281] Fix | Delete
pkg os/exec, method (*Cmd) Wait() error
[5282] Fix | Delete
pkg os/exec, method (*Error) Error() string
[5283] Fix | Delete
pkg os/exec, method (*ExitError) Error() string
[5284] Fix | Delete
pkg os/exec, method (ExitError) Exited() bool
[5285] Fix | Delete
pkg os/exec, method (ExitError) Pid() int
[5286] Fix | Delete
pkg os/exec, method (ExitError) String() string
[5287] Fix | Delete
pkg os/exec, method (ExitError) Success() bool
[5288] Fix | Delete
pkg os/exec, method (ExitError) Sys() interface{}
[5289] Fix | Delete
pkg os/exec, method (ExitError) SysUsage() interface{}
[5290] Fix | Delete
pkg os/exec, method (ExitError) SystemTime() time.Duration
[5291] Fix | Delete
pkg os/exec, method (ExitError) UserTime() time.Duration
[5292] Fix | Delete
pkg os/exec, type Cmd struct
[5293] Fix | Delete
pkg os/exec, type Cmd struct, Args []string
[5294] Fix | Delete
pkg os/exec, type Cmd struct, Dir string
[5295] Fix | Delete
pkg os/exec, type Cmd struct, Env []string
[5296] Fix | Delete
pkg os/exec, type Cmd struct, ExtraFiles []*os.File
[5297] Fix | Delete
pkg os/exec, type Cmd struct, Path string
[5298] Fix | Delete
pkg os/exec, type Cmd struct, Process *os.Process
[5299] Fix | Delete
pkg os/exec, type Cmd struct, ProcessState *os.ProcessState
[5300] Fix | Delete
pkg os/exec, type Cmd struct, Stderr io.Writer
[5301] Fix | Delete
pkg os/exec, type Cmd struct, Stdin io.Reader
[5302] Fix | Delete
pkg os/exec, type Cmd struct, Stdout io.Writer
[5303] Fix | Delete
pkg os/exec, type Cmd struct, SysProcAttr *syscall.SysProcAttr
[5304] Fix | Delete
pkg os/exec, type Error struct
[5305] Fix | Delete
pkg os/exec, type Error struct, Err error
[5306] Fix | Delete
pkg os/exec, type Error struct, Name string
[5307] Fix | Delete
pkg os/exec, type ExitError struct
[5308] Fix | Delete
pkg os/exec, type ExitError struct, embedded *os.ProcessState
[5309] Fix | Delete
pkg os/exec, var ErrNotFound error
[5310] Fix | Delete
pkg os/signal, func Notify(chan<- os.Signal, ...os.Signal)
[5311] Fix | Delete
pkg os/user, func Current() (*User, error)
[5312] Fix | Delete
pkg os/user, func Lookup(string) (*User, error)
[5313] Fix | Delete
pkg os/user, func LookupId(string) (*User, error)
[5314] Fix | Delete
pkg os/user, method (UnknownUserError) Error() string
[5315] Fix | Delete
pkg os/user, method (UnknownUserIdError) Error() string
[5316] Fix | Delete
pkg os/user, type UnknownUserError string
[5317] Fix | Delete
pkg os/user, type UnknownUserIdError int
[5318] Fix | Delete
pkg os/user, type User struct
[5319] Fix | Delete
pkg os/user, type User struct, Gid string
[5320] Fix | Delete
pkg os/user, type User struct, HomeDir string
[5321] Fix | Delete
pkg os/user, type User struct, Name string
[5322] Fix | Delete
pkg os/user, type User struct, Uid string
[5323] Fix | Delete
pkg os/user, type User struct, Username string
[5324] Fix | Delete
pkg path, func Base(string) string
[5325] Fix | Delete
pkg path, func Clean(string) string
[5326] Fix | Delete
pkg path, func Dir(string) string
[5327] Fix | Delete
pkg path, func Ext(string) string
[5328] Fix | Delete
pkg path, func IsAbs(string) bool
[5329] Fix | Delete
pkg path, func Join(...string) string
[5330] Fix | Delete
pkg path, func Match(string, string) (bool, error)
[5331] Fix | Delete
pkg path, func Split(string) (string, string)
[5332] Fix | Delete
pkg path, var ErrBadPattern error
[5333] Fix | Delete
pkg path/filepath, const ListSeparator ideal-char
[5334] Fix | Delete
pkg path/filepath, const Separator ideal-char
[5335] Fix | Delete
pkg path/filepath, func Abs(string) (string, error)
[5336] Fix | Delete
pkg path/filepath, func Base(string) string
[5337] Fix | Delete
pkg path/filepath, func Clean(string) string
[5338] Fix | Delete
pkg path/filepath, func Dir(string) string
[5339] Fix | Delete
pkg path/filepath, func EvalSymlinks(string) (string, error)
[5340] Fix | Delete
pkg path/filepath, func Ext(string) string
[5341] Fix | Delete
pkg path/filepath, func FromSlash(string) string
[5342] Fix | Delete
pkg path/filepath, func Glob(string) ([]string, error)
[5343] Fix | Delete
pkg path/filepath, func HasPrefix(string, string) bool
[5344] Fix | Delete
pkg path/filepath, func IsAbs(string) bool
[5345] Fix | Delete
pkg path/filepath, func Join(...string) string
[5346] Fix | Delete
pkg path/filepath, func Match(string, string) (bool, error)
[5347] Fix | Delete
pkg path/filepath, func Rel(string, string) (string, error)
[5348] Fix | Delete
pkg path/filepath, func Split(string) (string, string)
[5349] Fix | Delete
pkg path/filepath, func SplitList(string) []string
[5350] Fix | Delete
pkg path/filepath, func ToSlash(string) string
[5351] Fix | Delete
pkg path/filepath, func VolumeName(string) string
[5352] Fix | Delete
pkg path/filepath, func Walk(string, WalkFunc) error
[5353] Fix | Delete
pkg path/filepath, type WalkFunc func(string, os.FileInfo, error) error
[5354] Fix | Delete
pkg path/filepath, var ErrBadPattern error
[5355] Fix | Delete
pkg path/filepath, var SkipDir error
[5356] Fix | Delete
pkg reflect, const Array Kind
[5357] Fix | Delete
pkg reflect, const Bool Kind
[5358] Fix | Delete
pkg reflect, const BothDir ChanDir
[5359] Fix | Delete
pkg reflect, const Chan Kind
[5360] Fix | Delete
pkg reflect, const Complex128 Kind
[5361] Fix | Delete
pkg reflect, const Complex64 Kind
[5362] Fix | Delete
pkg reflect, const Float32 Kind
[5363] Fix | Delete
pkg reflect, const Float64 Kind
[5364] Fix | Delete
pkg reflect, const Func Kind
[5365] Fix | Delete
pkg reflect, const Int Kind
[5366] Fix | Delete
pkg reflect, const Int16 Kind
[5367] Fix | Delete
pkg reflect, const Int32 Kind
[5368] Fix | Delete
pkg reflect, const Int64 Kind
[5369] Fix | Delete
pkg reflect, const Int8 Kind
[5370] Fix | Delete
pkg reflect, const Interface Kind
[5371] Fix | Delete
pkg reflect, const Invalid Kind
[5372] Fix | Delete
pkg reflect, const Map Kind
[5373] Fix | Delete
pkg reflect, const Ptr Kind
[5374] Fix | Delete
pkg reflect, const RecvDir ChanDir
[5375] Fix | Delete
pkg reflect, const SendDir ChanDir
[5376] Fix | Delete
pkg reflect, const Slice Kind
[5377] Fix | Delete
pkg reflect, const String Kind
[5378] Fix | Delete
pkg reflect, const Struct Kind
[5379] Fix | Delete
pkg reflect, const Uint Kind
[5380] Fix | Delete
pkg reflect, const Uint16 Kind
[5381] Fix | Delete
pkg reflect, const Uint32 Kind
[5382] Fix | Delete
pkg reflect, const Uint64 Kind
[5383] Fix | Delete
pkg reflect, const Uint8 Kind
[5384] Fix | Delete
pkg reflect, const Uintptr Kind
[5385] Fix | Delete
pkg reflect, const UnsafePointer Kind
[5386] Fix | Delete
pkg reflect, func Append(Value, ...Value) Value
[5387] Fix | Delete
pkg reflect, func AppendSlice(Value, Value) Value
[5388] Fix | Delete
pkg reflect, func Copy(Value, Value) int
[5389] Fix | Delete
pkg reflect, func DeepEqual(interface{}, interface{}) bool
[5390] Fix | Delete
pkg reflect, func Indirect(Value) Value
[5391] Fix | Delete
pkg reflect, func MakeChan(Type, int) Value
[5392] Fix | Delete
pkg reflect, func MakeMap(Type) Value
[5393] Fix | Delete
pkg reflect, func MakeSlice(Type, int, int) Value
[5394] Fix | Delete
pkg reflect, func New(Type) Value
[5395] Fix | Delete
pkg reflect, func NewAt(Type, unsafe.Pointer) Value
[5396] Fix | Delete
pkg reflect, func PtrTo(Type) Type
[5397] Fix | Delete
pkg reflect, func TypeOf(interface{}) Type
[5398] Fix | Delete
pkg reflect, func ValueOf(interface{}) Value
[5399] Fix | Delete
pkg reflect, func Zero(Type) Value
[5400] Fix | Delete
pkg reflect, method (*ValueError) Error() string
[5401] Fix | Delete
pkg reflect, method (ChanDir) String() string
[5402] Fix | Delete
pkg reflect, method (Kind) String() string
[5403] Fix | Delete
pkg reflect, method (StructTag) Get(string) string
[5404] Fix | Delete
pkg reflect, method (Value) Addr() Value
[5405] Fix | Delete
pkg reflect, method (Value) Bool() bool
[5406] Fix | Delete
pkg reflect, method (Value) Bytes() []uint8
[5407] Fix | Delete
pkg reflect, method (Value) Call([]Value) []Value
[5408] Fix | Delete
pkg reflect, method (Value) CallSlice([]Value) []Value
[5409] Fix | Delete
pkg reflect, method (Value) CanAddr() bool
[5410] Fix | Delete
pkg reflect, method (Value) CanInterface() bool
[5411] Fix | Delete
pkg reflect, method (Value) CanSet() bool
[5412] Fix | Delete
pkg reflect, method (Value) Cap() int
[5413] Fix | Delete
pkg reflect, method (Value) Close()
[5414] Fix | Delete
pkg reflect, method (Value) Complex() complex128
[5415] Fix | Delete
pkg reflect, method (Value) Elem() Value
[5416] Fix | Delete
pkg reflect, method (Value) Field(int) Value
[5417] Fix | Delete
pkg reflect, method (Value) FieldByIndex([]int) Value
[5418] Fix | Delete
pkg reflect, method (Value) FieldByName(string) Value
[5419] Fix | Delete
pkg reflect, method (Value) FieldByNameFunc(func(string) bool) Value
[5420] Fix | Delete
pkg reflect, method (Value) Float() float64
[5421] Fix | Delete
pkg reflect, method (Value) Index(int) Value
[5422] Fix | Delete
pkg reflect, method (Value) Int() int64
[5423] Fix | Delete
pkg reflect, method (Value) Interface() interface{}
[5424] Fix | Delete
pkg reflect, method (Value) InterfaceData() [2]uintptr
[5425] Fix | Delete
pkg reflect, method (Value) IsNil() bool
[5426] Fix | Delete
pkg reflect, method (Value) IsValid() bool
[5427] Fix | Delete
pkg reflect, method (Value) Kind() Kind
[5428] Fix | Delete
pkg reflect, method (Value) Len() int
[5429] Fix | Delete
pkg reflect, method (Value) MapIndex(Value) Value
[5430] Fix | Delete
pkg reflect, method (Value) MapKeys() []Value
[5431] Fix | Delete
pkg reflect, method (Value) Method(int) Value
[5432] Fix | Delete
pkg reflect, method (Value) MethodByName(string) Value
[5433] Fix | Delete
pkg reflect, method (Value) NumField() int
[5434] Fix | Delete
pkg reflect, method (Value) NumMethod() int
[5435] Fix | Delete
pkg reflect, method (Value) OverflowComplex(complex128) bool
[5436] Fix | Delete
pkg reflect, method (Value) OverflowFloat(float64) bool
[5437] Fix | Delete
pkg reflect, method (Value) OverflowInt(int64) bool
[5438] Fix | Delete
pkg reflect, method (Value) OverflowUint(uint64) bool
[5439] Fix | Delete
pkg reflect, method (Value) Pointer() uintptr
[5440] Fix | Delete
pkg reflect, method (Value) Recv() (Value, bool)
[5441] Fix | Delete
pkg reflect, method (Value) Send(Value)
[5442] Fix | Delete
pkg reflect, method (Value) Set(Value)
[5443] Fix | Delete
pkg reflect, method (Value) SetBool(bool)
[5444] Fix | Delete
pkg reflect, method (Value) SetBytes([]uint8)
[5445] Fix | Delete
pkg reflect, method (Value) SetComplex(complex128)
[5446] Fix | Delete
pkg reflect, method (Value) SetFloat(float64)
[5447] Fix | Delete
pkg reflect, method (Value) SetInt(int64)
[5448] Fix | Delete
pkg reflect, method (Value) SetLen(int)
[5449] Fix | Delete
pkg reflect, method (Value) SetMapIndex(Value, Value)
[5450] Fix | Delete
pkg reflect, method (Value) SetPointer(unsafe.Pointer)
[5451] Fix | Delete
pkg reflect, method (Value) SetString(string)
[5452] Fix | Delete
pkg reflect, method (Value) SetUint(uint64)
[5453] Fix | Delete
pkg reflect, method (Value) Slice(int, int) Value
[5454] Fix | Delete
pkg reflect, method (Value) String() string
[5455] Fix | Delete
pkg reflect, method (Value) TryRecv() (Value, bool)
[5456] Fix | Delete
pkg reflect, method (Value) TrySend(Value) bool
[5457] Fix | Delete
pkg reflect, method (Value) Type() Type
[5458] Fix | Delete
pkg reflect, method (Value) Uint() uint64
[5459] Fix | Delete
pkg reflect, method (Value) UnsafeAddr() uintptr
[5460] Fix | Delete
pkg reflect, type ChanDir int
[5461] Fix | Delete
pkg reflect, type Kind uint
[5462] Fix | Delete
pkg reflect, type Method struct
[5463] Fix | Delete
pkg reflect, type Method struct, Func Value
[5464] Fix | Delete
pkg reflect, type Method struct, Index int
[5465] Fix | Delete
pkg reflect, type Method struct, Name string
[5466] Fix | Delete
pkg reflect, type Method struct, PkgPath string
[5467] Fix | Delete
pkg reflect, type Method struct, Type Type
[5468] Fix | Delete
pkg reflect, type SliceHeader struct
[5469] Fix | Delete
pkg reflect, type SliceHeader struct, Cap int
[5470] Fix | Delete
pkg reflect, type SliceHeader struct, Data uintptr
[5471] Fix | Delete
pkg reflect, type SliceHeader struct, Len int
[5472] Fix | Delete
pkg reflect, type StringHeader struct
[5473] Fix | Delete
pkg reflect, type StringHeader struct, Data uintptr
[5474] Fix | Delete
pkg reflect, type StringHeader struct, Len int
[5475] Fix | Delete
pkg reflect, type StructField struct
[5476] Fix | Delete
pkg reflect, type StructField struct, Anonymous bool
[5477] Fix | Delete
pkg reflect, type StructField struct, Index []int
[5478] Fix | Delete
pkg reflect, type StructField struct, Name string
[5479] Fix | Delete
pkg reflect, type StructField struct, Offset uintptr
[5480] Fix | Delete
pkg reflect, type StructField struct, PkgPath string
[5481] Fix | Delete
pkg reflect, type StructField struct, Tag StructTag
[5482] Fix | Delete
pkg reflect, type StructField struct, Type Type
[5483] Fix | Delete
pkg reflect, type StructTag string
[5484] Fix | Delete
pkg reflect, type Type interface, Align() int
[5485] Fix | Delete
pkg reflect, type Type interface, AssignableTo(Type) bool
[5486] Fix | Delete
pkg reflect, type Type interface, Bits() int
[5487] Fix | Delete
pkg reflect, type Type interface, ChanDir() ChanDir
[5488] Fix | Delete
pkg reflect, type Type interface, Elem() Type
[5489] Fix | Delete
pkg reflect, type Type interface, Field(int) StructField
[5490] Fix | Delete
pkg reflect, type Type interface, FieldAlign() int
[5491] Fix | Delete
pkg reflect, type Type interface, FieldByIndex([]int) StructField
[5492] Fix | Delete
pkg reflect, type Type interface, FieldByName(string) (StructField, bool)
[5493] Fix | Delete
pkg reflect, type Type interface, FieldByNameFunc(func(string) bool) (StructField, bool)
[5494] Fix | Delete
pkg reflect, type Type interface, Implements(Type) bool
[5495] Fix | Delete
pkg reflect, type Type interface, In(int) Type
[5496] Fix | Delete
pkg reflect, type Type interface, IsVariadic() bool
[5497] Fix | Delete
pkg reflect, type Type interface, Key() Type
[5498] Fix | Delete
pkg reflect, type Type interface, Kind() Kind
[5499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function