golang.org/x/pkgsite/internal/frontend.userError.userMessage (field)

6 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		details.go#L61: 			epage = &errorPage{MessageData: uerr.userMessage}
		urlinfo.go#L37: 	userMessage string
		urlinfo.go#L111: 				userMessage: fmt.Sprintf("%q is not a valid version", endParts[0]),
		urlinfo.go#L128: 			userMessage: fmt.Sprintf("%q is not a valid import path", info.fullPath),
		urlinfo.go#L144: 			userMessage: fmt.Sprintf("%q is not a valid import path", fullPath),
		urlinfo.go#L161: 			userMessage: fmt.Sprintf("%q is not a valid tag for the standard library", tag),