var golang.org/x/pkgsite/internal/derrors.NotFetched
5 uses
golang.org/x/pkgsite/internal/derrors (current package)
derrors.go#L31: NotFetched = errors.New("not fetched by proxy")
derrors.go#L126: {NotFetched, 481},
golang.org/x/pkgsite/internal/fetch
latest.go#L100: if errors.Is(err, derrors.NotFound) || errors.Is(err, derrors.NotFetched) {
golang.org/x/pkgsite/internal/proxy
client.go#L105: if !errors.Is(err, derrors.NotFetched) && !errors.Is(err, derrors.ProxyTimedOut) {
client.go#L295: err = derrors.NotFetched
![]() |
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. |