Skip to content

Commit 97bb391

Browse files
committed
Removed unused field (leftover)
1 parent 04c2d86 commit 97bb391

File tree

1 file changed

+10
-11
lines changed
  • arduino/libraries/librariesindex

1 file changed

+10
-11
lines changed

arduino/libraries/librariesindex/index.go

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,16 @@ type Library struct {
5353

5454
// Release is a release of a library available for download
5555
type Release struct {
56-
Author string
57-
Version string
58-
Maintainer string
59-
Sentence string
60-
Paragraph string
61-
Website string
62-
Category string
63-
Architectures []string
64-
Types []string
65-
Resource *resources.DownloadResource
66-
InstalledDirectory string
56+
Author string
57+
Version string
58+
Maintainer string
59+
Sentence string
60+
Paragraph string
61+
Website string
62+
Category string
63+
Architectures []string
64+
Types []string
65+
Resource *resources.DownloadResource
6766

6867
Library *Library `json:"-"`
6968
}

0 commit comments

Comments
 (0)