mirror of https://github.com/golang/go.git
fix outdated comment
func name was changed in commit: 669f5be
Fixes #57718
This commit is contained in:
parent
245e95dfab
commit
b8c9dbccbc
|
|
@ -1270,7 +1270,7 @@ func urlForImportPath(importPath string) (*urlpkg.URL, error) {
|
|||
}
|
||||
|
||||
// repoRootForImportDynamic finds a *RepoRoot for a custom domain that's not
|
||||
// statically known by repoRootForImportPathStatic.
|
||||
// statically known by repoRootFromVCSPaths.
|
||||
//
|
||||
// This handles custom import paths like "name.tld/pkg/foo" or just "name.tld".
|
||||
func repoRootForImportDynamic(importPath string, mod ModuleMode, security web.SecurityMode) (*RepoRoot, error) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue