Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readZipSumTests (0.12 sec)

  1. src/cmd/go/internal/modfetch/zip_sum_test/zip_sum_test.go

    	testenv.MustHaveExecPath(t, "bzr")
    	testenv.MustHaveExecPath(t, "git")
    	// TODO(jayconrod): add hg, svn, and fossil modules to testdata.
    	// Could not find any for now.
    
    	tests, err := readZipSumTests()
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	if *modCacheDir != "" {
    		cfg.BuildContext.GOPATH = *modCacheDir
    	} else {
    		tmpDir, err := os.MkdirTemp("", "TestZipSums")
    		if err != nil {
    			t.Fatal(err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 18 19:33:59 UTC 2023
    - 6.2K bytes
    - Viewed (0)
Back to top