Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for suggestFixes (0.16 sec)

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

    func (ld *loader) checkTidyCompatibility(ctx context.Context, rs *Requirements, compatVersion string) {
    	goVersion := rs.GoVersion()
    	suggestUpgrade := false
    	suggestEFlag := false
    	suggestFixes := func() {
    		if ld.AllowErrors {
    			// The user is explicitly ignoring these errors, so don't bother them with
    			// other options.
    			return
    		}
    
    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