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 97753fb commit 470e2b9Copy full SHA for 470e2b9
arduino/libraries/librariesindex/json.go
@@ -25,10 +25,12 @@ import (
25
semver "go.bug.st/relaxed-semver"
26
)
27
28
+//easyjson:json
29
type indexJSON struct {
30
Libraries []indexRelease `json:"libraries"`
31
}
32
33
34
type indexRelease struct {
35
Name string `json:"name"`
36
Version *semver.Version `json:"version"`
@@ -49,6 +51,7 @@ type indexRelease struct {
49
51
ProvidesIncludes []string `json:"providesIncludes"`
50
52
53
54
55
type indexDependency struct {
56
57
Version string `json:"version,omitempty"`
0 commit comments