Skip to content

Commit 479f143

Browse files
committed
fixup
1 parent adb8d5c commit 479f143

File tree

1 file changed

+3
-0
lines changed
  • arduino/libraries/librariesindex

1 file changed

+3
-0
lines changed

arduino/libraries/librariesindex/json.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ import (
2525
semver "go.bug.st/relaxed-semver"
2626
)
2727

28+
//easyjson:json
2829
type indexJSON struct {
2930
Libraries []indexRelease `json:"libraries"`
3031
}
3132

33+
//easyjson:json
3234
type indexRelease struct {
3335
Name string `json:"name"`
3436
Version *semver.Version `json:"version"`
@@ -49,6 +51,7 @@ type indexRelease struct {
4951
ProvidesIncludes []string `json:"providesIncludes"`
5052
}
5153

54+
//easyjson:json
5255
type indexDependency struct {
5356
Name string `json:"name"`
5457
Version string `json:"version,omitempty"`

0 commit comments

Comments
 (0)