type os.LinkError
9 uses
os (current package)
error.go#L135: case *LinkError:
file.go#L96: type LinkError struct {
file.go#L103: func (e *LinkError) Error() string {
file.go#L107: func (e *LinkError) Unwrap() error {
file_unix.go#L40: return &LinkError{"rename", oldname, newname, err}
file_unix.go#L42: return &LinkError{"rename", oldname, newname, syscall.EEXIST}
file_unix.go#L49: return &LinkError{"rename", oldname, newname, err}
file_unix.go#L410: return &LinkError{"link", oldname, newname, e}
file_unix.go#L424: return &LinkError{"symlink", oldname, newname, e}
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |