Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for vendorPkg (0.12 sec)

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

    const (
    	// ResolveImport means that loadImport should do import path expansion.
    	// That is, ResolveImport means that the import path came from
    	// a source file and has not been expanded yet to account for
    	// vendoring or possible module adjustment.
    	// Every import path should be loaded initially with ResolveImport,
    	// and then the expanded version (for example with the /vendor/ in it)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // so that the ImportPath uniquely identifies a given copy of a package.
    // The Imports, Deps, TestImports, and XTestImports lists also contain these
    // expanded import paths. See golang.org/s/go15vendor for more about vendoring.
    //
    // The error information, if any, is
    //
    //	type PackageError struct {
    //	    ImportStack   []string // shortest path from package named on command line to this one
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top