Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RepoRootForImportPath (0.18 sec)

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

    type ModuleMode int
    
    const (
    	IgnoreMod ModuleMode = iota
    	PreferMod
    )
    
    // RepoRootForImportPath analyzes importPath to determine the
    // version control system, and code repository to use.
    func RepoRootForImportPath(importPath string, mod ModuleMode, security web.SecurityMode) (*RepoRoot, error) {
    	rr, err := repoRootFromVCSPaths(importPath, security, vcsPaths)
    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