golang.org/x/pkgsite/internal/frontend.fetchResult.responseText (field)
11 uses
golang.org/x/pkgsite/internal/frontend (current package)
404.go#L130: <p class="Error-message">` + html.UnescapeString(fr.responseText) + ``),
fetch.go#L126: responseText string
fetch.go#L165: return fr.status, fr.responseText
fetch.go#L250: fr.responseText = fmt.Sprintf("We're still working on ā%sā. Check back in a few minutes!", displayPath(fullPath, requestedVersion))
fetch.go#L253: fr.responseText = "Oops! Something went wrong."
fetch.go#L258: fr.responseText = fmt.Sprintf(`%q does not have a valid module path (%q).`, fullPath, fr.goModPath)
fetch.go#L268: fr.responseText = h.String()
fetch.go#L283: fr.responseText = fmt.Sprintf("%s could not be processed.", p)
fetch.go#L285: fr.responseText = fmt.Sprintf("There are no packages in module %s.", p)
fetch.go#L316: fr.responseText = h.String()
fetch.go#L324: fr.responseText = fmt.Sprintf("%q could not be found.", p)
 |
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. |