Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for packagefile (0.1 sec)

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

    		}
    	}
    	for _, a1 := range a.Deps {
    		p1 := a1.Package
    		if p1 == nil || p1.ImportPath == "" || a1.built == "" {
    			continue
    		}
    		fmt.Fprintf(&icfg, "packagefile %s=%s\n", p1.ImportPath, a1.built)
    	}
    
    	// Prepare Go embed config if needed.
    	// Unlike the import config, it's okay for the embed config to be empty.
    	var embedcfg []byte
    	if len(p.Internal.Embed) > 0 {
    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