Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modcmd/
Ddownload.go373 m.GoMod, err = modfetch.GoModFile(ctx, m.Path, m.Version)
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/
Dcache.go412 func GoModFile(ctx context.Context, path, version string) (string, error) { func