Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    			anyIncomplete = true
    		}
    	}
    	if anyIncomplete {
    		all := PackageList(pkgs)
    		for _, p := range all {
    			if p.Error != nil {
    				base.Errorf("%v", p.Error)
    			}
    		}
    	}
    	base.ExitIfErrors()
    
    	// Check for duplicate loads of the same package.
    	// That should be impossible, but if it does happen then
    	// we end up trying to build the same package twice,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top