Skip to content

Commit

Permalink
Removed unused field (leftover)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Aug 6, 2018
1 parent 04c2d86 commit 97bb391
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions arduino/libraries/librariesindex/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,16 @@ type Library struct {

// Release is a release of a library available for download
type Release struct {
Author string
Version string
Maintainer string
Sentence string
Paragraph string
Website string
Category string
Architectures []string
Types []string
Resource *resources.DownloadResource
InstalledDirectory string
Author string
Version string
Maintainer string
Sentence string
Paragraph string
Website string
Category string
Architectures []string
Types []string
Resource *resources.DownloadResource

Library *Library `json:"-"`
}
Expand Down

0 comments on commit 97bb391

Please sign in to comment.