Home
last modified time | relevance | path

Searched refs:readGoSumFile (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/
Dfetch.go468 _, err := readGoSumFile(goSum.w[f], f)
474 enabled, err := readGoSumFile(goSum.m, GoSumFile)
479 func readGoSumFile(dst map[module.Version][]string, file string) (bool, error) { func