github.com/golang-migrate/migrate/v4/source/file.File.path (field)
9 uses
github.com/golang-migrate/migrate/v4/source/file (current package)
file.go#L21: path string
file.go#L63: path: p,
file.go#L90: return 0, &os.PathError{Op: "first", Path: f.path, Err: os.ErrNotExist}
file.go#L97: return 0, &os.PathError{Op: fmt.Sprintf("prev for version %v", version), Path: f.path, Err: os.ErrNotExist}
file.go#L104: return 0, &os.PathError{Op: fmt.Sprintf("next for version %v", version), Path: f.path, Err: os.ErrNotExist}
file.go#L109: r, err := os.Open(path.Join(f.path, m.Raw))
file.go#L115: return nil, "", &os.PathError{Op: fmt.Sprintf("read version %v", version), Path: f.path, Err: os.ErrNotExist}
file.go#L120: r, err := os.Open(path.Join(f.path, m.Raw))
file.go#L126: return nil, "", &os.PathError{Op: fmt.Sprintf("read version %v", version), Path: f.path, Err: os.ErrNotExist}
 |
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. |