Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isNoSuchModuleVersion (0.22 sec)

  1. src/cmd/go/internal/modget/get.go

    	}
    	return reqs
    }
    
    // isNoSuchModuleVersion reports whether err indicates that the requested module
    // does not exist at the requested version, either because the module does not
    // exist at all or because it does not include that specific version.
    func isNoSuchModuleVersion(err error) bool {
    	var noMatch *modload.NoMatchingVersionError
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
Back to top