Skip to content

Commit

Permalink
quickfix: "current" json tag re-used -> "updated"
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Mar 26, 2019
1 parent 7c91881 commit dd81d42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ type RPC struct {
}

type Report struct {
Current, Updated Protolock `json:"current,omitempty"`
Warnings []Warning `json:"warnings,omitempty"`
Current Protolock `json:"current,omitempty"`
Updated Protolock `json:"updated,omitempty"`
Warnings []Warning `json:"warnings,omitempty"`
}

type Warning struct {
Expand Down

0 comments on commit dd81d42

Please sign in to comment.