Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for loadFromRoots (0.47 sec)

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

    var errMissing = errors.New("cannot find package")
    
    // loadFromRoots attempts to load the build graph needed to process a set of
    // root packages and their dependencies.
    //
    // The set of root packages is returned by the params.listRoots function, and
    // expanded to the full set of packages by tracing imports (and possibly tests)
    // as needed.
    func loadFromRoots(ctx context.Context, params loaderParams) *loader {
    	ld := &loader{
    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