type golang.org/x/mod/zip.File
7 uses
golang.org/x/mod/zip (current package)
zip.go#L82: type File interface {
zip.go#L189: func CheckFiles(files []File) (CheckedFiles, error) {
zip.go#L197: func checkFiles(files []File) (cf CheckedFiles, validFiles []File, validSizes []int64) {
zip.go#L480: func Create(w io.Writer, m module.Version, files []File) (err error) {
zip.go#L507: addFile := func(f File, path string, size int64) error {
zip.go#L716: func listFilesInDir(dir string) (files []File, omitted []FileError, err error) {
 |
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. |