type golang.org/x/pkgsite/internal/frontend.userError
8 uses
golang.org/x/pkgsite/internal/frontend (current package)
details.go#L60: if uerr := new(userError); errors.As(err, &uerr) {
urlinfo.go#L36: type userError struct {
urlinfo.go#L41: func (e *userError) Error() string {
urlinfo.go#L45: func (e *userError) Unwrap() error {
urlinfo.go#L109: return nil, &userError{
urlinfo.go#L126: return nil, &userError{
urlinfo.go#L142: return nil, &userError{
urlinfo.go#L159: return nil, &userError{
![]() |
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. |