Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for vendoredImportPath (0.28 sec)

  1. src/cmd/go/internal/load/pkg.go

    	}
    
    	return dir, root
    }
    
    // vendoredImportPath returns the vendor-expansion of path when it appears in parent.
    // If parent is x/y/z, then path might expand to x/y/z/vendor/path, x/y/vendor/path,
    // x/vendor/path, vendor/path, or else stay path if none of those exist.
    // vendoredImportPath returns the expanded path or, if no expansion is found, the original.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top