Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    var errUnknownSite = errors.New("dynamic lookup required to find mapping")
    
    // repoRootFromVCSPaths attempts to map importPath to a repoRoot
    // using the mappings defined in vcsPaths.
    func repoRootFromVCSPaths(importPath string, security web.SecurityMode, vcsPaths []*vcsPath) (*RepoRoot, error) {
    	if str.HasPathPrefix(importPath, "example.net") {
    		// TODO(rsc): This should not be necessary, but it's required to keep
    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