type golang.org/x/mod/zip.dirFile
5 uses
golang.org/x/mod/zip (current package)
zip.go#L566: type dirFile struct {
zip.go#L571: func (f dirFile) Path() string { return f.slashPath }
zip.go#L572: func (f dirFile) Lstat() (os.FileInfo, error) { return f.info, nil }
zip.go#L573: func (f dirFile) Open() (io.ReadCloser, error) { return os.Open(f.filePath) }
zip.go#L766: files = append(files, dirFile{
 |
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. |