We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f916e commit 689997bCopy full SHA for 689997b
internal/binary/index.go
@@ -55,8 +55,8 @@ type IndexBin struct {
55
Size json.Number `json:"size"`
56
}
57
58
-// LoadIndex downloads and verify the index of binaries contained
59
-// in 'cloud-downloads'
+// LoadIndex downloads and verifies the index of binaries
+// contained in 'cloud-downloads'.
60
func LoadIndex() (*Index, error) {
61
indexGZ, err := download(IndexGZURL)
62
if err != nil {
0 commit comments