Versions in this module Expand all Collapse all v0 v0.0.166 Sep 4, 2026 v0.0.165 Sep 4, 2026 Changes in this version + func Handle(args []string) error + func HandleWith(args []string, opts HandleOpts) error + type HandleOpts struct + Stderr io.Writer + Stdout io.Writer + type ModuleJSON struct + Newest string + Path string + Toolchain bool + Versions []VersionJSON + type Report struct + DownloadBytes int64 + ExtractedBytes int64 + GoModules int + LegacyBytes int64 + LegacyVersions int + ModCache string + ModulePaths int + Modules []ModuleJSON + MultiVersion int + ReposScanned int + SaveBytes int64 + Suggestions []SuggestionJSON + ToolchainBytes int64 + ToolchainVers int + TotalBytes int64 + VCSBytes int64 + Versions int + type SuggestionJSON struct + Current string + Newest string + Path string + Repos []string + type VersionJSON struct + DownloadBytes int64 + ExtractedBytes int64 + ExtractedDir string + Legacy bool + Version string