Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	modCacheDir    = flag.String("zipsumcache", "", "module cache to use instead of temp directory")
    	shardCount     = flag.Int("zipsumshardcount", 1, "number of shards to divide TestZipSums into")
    	shardIndex     = flag.Int("zipsumshard", 0, "index of TestZipSums shard to test (0 <= zipsumshard < zipsumshardcount)")
    )
    
    const zipSumsPath = "testdata/zip_sums.csv"
    
    type zipSumTest struct {
    	m                     module.Version
    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