We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153bf44 commit f24ecefCopy full SHA for f24ecef
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