From 3559c5359623fb878eb13dcb0c39753d1fc74eed Mon Sep 17 00:00:00 2001 From: genofire Date: Tue, 7 Jan 2020 16:40:57 +0100 Subject: [PATCH] gofmt --- data/response.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/response.go b/data/response.go index b4a9b23..8aaaf5a 100644 --- a/data/response.go +++ b/data/response.go @@ -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:"-"` }