Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for vcfgMapped (0.07 sec)

  1. src/cmd/go/internal/work/exec.go

    	vcfgMapped := make(map[string]bool)
    	for _, p := range vcfg.ImportMap {
    		vcfgMapped[p] = true
    	}
    
    	for _, a1 := range a.Deps {
    		p1 := a1.Package
    		if p1 == nil || p1.ImportPath == "" {
    			continue
    		}
    		// Add import mapping if needed
    		// (for imports like "runtime/cgo" that appear only in generated code).
    		if !vcfgMapped[p1.ImportPath] {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
Back to top