Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	}
    
    	return checkModSum(module.Version{Path: path, Version: version + "/go.mod"}, h)
    }
    
    // checkModSum checks that the recorded checksum for mod is h.
    //
    // mod.Version may have the additional suffix "/go.mod" to request the checksum
    // for the module's go.mod file only.
    func checkModSum(mod module.Version, h string) error {
    	// We lock goSum when manipulating it,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top