type os.LinkError
12 uses
os (current package)
error.go#L135: case *LinkError:
file.go#L103: type LinkError struct {
file.go#L110: func (e *LinkError) Error() string {
file.go#L114: func (e *LinkError) Unwrap() error {
file_unix.go#L41: return &LinkError{"rename", oldname, newname, err}
file_unix.go#L43: return &LinkError{"rename", oldname, newname, syscall.EEXIST}
file_unix.go#L50: return &LinkError{"rename", oldname, newname, err}
file_unix.go#L409: return &LinkError{"link", oldname, newname, e}
file_unix.go#L423: return &LinkError{"symlink", oldname, newname, e}
root_openat.go#L229: return &LinkError{"renameat", oldname, newname, err}
root_openat.go#L242: return &LinkError{"linkat", oldname, newname, err}
root_unix.go#L154: return &LinkError{"symlinkat", oldname, newname, err}
 |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |