Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ResolveImportPath (0.17 sec)

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

    	})
    }
    
    // ResolveImportPath returns the true meaning of path when it appears in parent.
    // There are two different resolutions applied.
    // First, there is Go 1.5 vendoring (golang.org/s/go15vendor).
    // If vendor expansion doesn't trigger, then the path is also subject to
    // Go 1.11 module legacy conversion (golang.org/issue/25069).
    func ResolveImportPath(parent *Package, path string) (found string) {
    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