Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDependencyVersionsConsistent (0.2 sec)

  1. src/cmd/internal/moddeps/moddeps_test.go

    	}
    	out, err := cmd.CombinedOutput()
    	if err != nil {
    		t.Logf("> %s\n", strings.Join(args, " "))
    		t.Fatalf("command failed: %s\n%s", err, out)
    	}
    }
    
    // TestDependencyVersionsConsistent verifies that each module in GOROOT that
    // requires a given external dependency requires the same version of that
    // dependency.
    //
    // This property allows us to maintain a single release branch of each such
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 18.6K bytes
    - Viewed (0)
Back to top