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)