type os.LinkError
9 uses
os (current package)
error.go#L137: case *LinkError:
file.go#L95: type LinkError struct {
file.go#L102: func (e *LinkError) Error() string {
file.go#L106: func (e *LinkError) Unwrap() error {
file_unix.go#L36: return &LinkError{"rename", oldname, newname, err}
file_unix.go#L38: return &LinkError{"rename", oldname, newname, syscall.EEXIST}
file_unix.go#L45: return &LinkError{"rename", oldname, newname, err}
file_unix.go#L346: return &LinkError{"link", oldname, newname, e}
file_unix.go#L358: return &LinkError{"symlink", oldname, newname, 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. |