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 04c2d86 commit 97bb391Copy full SHA for 97bb391
arduino/libraries/librariesindex/index.go
@@ -53,17 +53,16 @@ type Library struct {
53
54
// Release is a release of a library available for download
55
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
+ Author string
+ Version string
+ Maintainer string
+ Sentence string
+ Paragraph string
+ Website string
+ Category string
+ Architectures []string
+ Types []string
+ Resource *resources.DownloadResource
67
68
Library *Library `json:"-"`
69
}
0 commit comments