From b0bb22aa9c9f1d5b2e582e58bf20c6856feb87ec Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Sun, 15 Aug 2021 12:29:03 -0300 Subject: go fmt --- webfinger.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'webfinger.go') diff --git a/webfinger.go b/webfinger.go index 004bdca..c8fd0ae 100644 --- a/webfinger.go +++ b/webfinger.go @@ -1,12 +1,12 @@ package main type Webfinger struct { - Subject string `json:"subject,omitempty"` - Links []WebfingerLink `json:"links,omitempty"` + Subject string `json:"subject,omitempty"` + Links []WebfingerLink `json:"links,omitempty"` } type WebfingerLink struct { - Rel string `json:"rel,omitempty"` + Rel string `json:"rel,omitempty"` Type string `json:"type,omitempty"` - Href string `json:"href,omitempty"` + Href string `json:"href,omitempty"` } -- cgit v1.2.3