Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for notPackage (0.1 sec)

  1. src/cmd/go/internal/modload/query.go

    			found = append(found, r.QueryResult)
    		case *PackageNotInModuleError:
    			// Given the option, prefer to attribute “package not in module”
    			// to modules other than the main one.
    			if noPackage == nil || MainModules.Contains(noPackage.Mod.Path) {
    				noPackage = rErr
    			}
    		case *NoMatchingVersionError:
    			if noVersion == nil {
    				noVersion = rErr
    			}
    		case *NoPatchBaseError:
    			if noPatchBase == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 11 22:29:11 UTC 2023
    - 44.7K bytes
    - Viewed (0)
Back to top