We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc400b9 commit a7e099eCopy full SHA for a7e099e
arduino/cores/packageindex/index.go
@@ -313,7 +313,7 @@ func LoadIndex(jsonIndexFile *paths.Path) (*Index, error) {
313
return &index, nil
314
}
315
316
-// LoadIndex reads a package_index.json from a file and returns the corresponding Index structure.
+// LoadIndexNoSign reads a package_index.json from a file and returns the corresponding Index structure.
317
func LoadIndexNoSign(jsonIndexFile *paths.Path) (*Index, error) {
318
buff, err := jsonIndexFile.ReadFile()
319
if err != nil {
0 commit comments