Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lookupGorootExport (0.26 sec)

  1. src/go/internal/gcimporter/gcimporter.go

    // lookupGorootExport returns the location of the export data
    // (normally found in the build cache, but located in GOROOT/pkg
    // in prior Go releases) for the package located in pkgDir.
    //
    // (We use the package's directory instead of its import path
    // mainly to simplify handling of the packages in src/vendor
    // and cmd/vendor.)
    func lookupGorootExport(pkgDir string) (string, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top