os.File.wrapErr (method)
12 uses
os (current package)
file.go#L118: return n, f.wrapErr("read", e)
file.go#L137: err = f.wrapErr("read", e)
file.go#L156: return n, f.wrapErr("write", e)
file.go#L185: err = f.wrapErr("write", e)
file.go#L213: err = f.wrapErr("write", e)
file.go#L241: return 0, f.wrapErr("seek", e)
file.go#L363: func (f *File) wrapErr(op string, err error) error {
file_posix.go#L95: return f.wrapErr("chmod", e)
file_posix.go#L143: return f.wrapErr("chown", e)
file_posix.go#L156: return f.wrapErr("truncate", e)
file_posix.go#L169: return f.wrapErr("sync", e)
file_posix.go#L198: return f.wrapErr("chdir", e)