Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stdVendor (1.11 sec)

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

    			if pkg.inStd {
    				path = ld.stdVendor(test.path, path)
    			}
    			test.imports = append(test.imports, ld.pkg(ctx, path, importFlags))
    		}
    		pkg.testImports = nil
    		ld.applyPkgFlags(ctx, test, pkgImportsLoaded)
    	} else {
    		ld.applyPkgFlags(ctx, test, testFlags)
    	}
    
    	return test
    }
    
    // stdVendor returns the canonical import path for the package with the given
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
Back to top