Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Errs = struct { ErrNotFile error // 不是文件 ErrOpenFailed error // 打开失败 ErrAccessDenied error // 拒绝访问 }{ errors.New("not a file"), errors.New("open failed"), errors.New("access denied"), }
Errs 预定义错误
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.