golang.org/x/mod/zip.CheckedFiles.Err (method)
7 uses
golang.org/x/mod/zip (current package)
zip.go#L124: func (cf CheckedFiles) Err() error {
zip.go#L191: return cf, cf.Err()
zip.go#L355: return cf, cf.Err()
zip.go#L398: return nil, cf, cf.Err()
zip.go#L468: return z, cf, cf.Err()
zip.go#L499: if err := cf.Err(); err != nil {
zip.go#L631: if err := cf.Err(); err != nil {
![]() |
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. |