Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire committed Jan 7, 2020
1 parent a83e8eb commit 3559c53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/response.go
Expand Up @@ -2,8 +2,8 @@ package data

// ResponseData struct
type ResponseData struct {
Nodeinfo *Nodeinfo `json:"nodeinfo" toml:"nodeinfo"`
Statistics *Statistics `json:"statistics" toml:"statistics"`
Neighbours *Neighbours `json:"neighbours" toml:"neighbours"`
Nodeinfo *Nodeinfo `json:"nodeinfo" toml:"nodeinfo"`
Statistics *Statistics `json:"statistics" toml:"statistics"`
Neighbours *Neighbours `json:"neighbours" toml:"neighbours"`
CustomFields map[string]interface{} `json:"-"`
}

0 comments on commit 3559c53

Please sign in to comment.