Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for repoRootFromVCSPaths (0.29 sec)

  1. src/cmd/go/internal/vcs/vcs.go

    	rr, err := repoRootFromVCSPaths(importPath, security, vcsPaths)
    	if err == errUnknownSite {
    		rr, err = repoRootForImportDynamic(importPath, mod, security)
    		if err != nil {
    			err = importErrorf(importPath, "unrecognized import path %q: %v", importPath, err)
    		}
    	}
    	if err != nil {
    		rr1, err1 := repoRootFromVCSPaths(importPath, security, vcsPathsAfterDynamic)
    		if err1 == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:18 UTC 2024
    - 46.2K bytes
    - Viewed (0)
Back to top