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)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |