LegacyPath returns legacy (pre 1.1) path to package file (relative to root)
(filename string, checksums *utils.ChecksumInfo)
| 35 | Import(srcPath, basename string, checksums *utils.ChecksumInfo, move bool, storage ChecksumStorage) (path string, err error) |
| 36 | // LegacyPath returns legacy (pre 1.1) path to package file (relative to root) |
| 37 | LegacyPath(filename string, checksums *utils.ChecksumInfo) (string, error) |
| 38 | // Size returns the size of the given file in bytes. |
| 39 | Size(path string) (size int64, err error) |
| 40 | // Open returns ReadSeekerCloser to access the file |
no outgoing calls