golang.org/x/pkgsite/internal/fetch.FetchResult.HasGoMod (field)
8 uses
golang.org/x/pkgsite/internal/fetch (current package)
fetch.go#L101: HasGoMod bool
fetch.go#L213: fr.HasGoMod = true
fetch.go#L215: fr.HasGoMod = hasGoModFile(zipReader, fr.ModulePath, fr.ResolvedVersion)
fetch.go#L230: mod.HasGoMod = fr.HasGoMod
fetchlocal.go#L87: fr.HasGoMod = false
fetchlocal.go#L89: fr.HasGoMod = true
fetchlocal.go#L114: mod.HasGoMod = fr.HasGoMod
golang.org/x/pkgsite/internal/worker
fetch.go#L143: HasGoMod: ft.HasGoMod,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |