Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for whichSums (0.07 sec)

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

    				}
    				keep[r] = true
    			}
    		}
    	}
    
    	return keep
    }
    
    type whichSums int8
    
    const (
    	loadedZipSumsOnly = whichSums(iota)
    	addBuildListZipSums
    )
    
    // modkey returns the module.Version under which the checksum for m's go.mod
    // file is stored in the go.sum file.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
Back to top