From 4eb1f18bf51a7f5d81d3c73b208e388abe28bbfb Mon Sep 17 00:00:00 2001 From: Bennett Wetters Date: Thu, 9 Nov 2023 22:13:22 +0100 Subject: [PATCH] Adjust struct variable naming --- types/v14.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/types/v14.go b/types/v14.go index b0b58fd..e3e2a6f 100644 --- a/types/v14.go +++ b/types/v14.go @@ -4,7 +4,7 @@ type SpaceAPIResponseV14 struct { APICompatibility []string `json:"api_compatibility"` Space string `json:"space"` Logo string `json:"logo"` - ExtCcc string `json:"ext_ccc"` + ExtCCC string `json:"ext_ccc"` URL string `json:"url"` Location struct { Address string `json:"address"` @@ -17,10 +17,10 @@ type SpaceAPIResponseV14 struct { } `json:"state"` Contact struct { Phone string `json:"phone"` - Irc string `json:"irc"` + IRC string `json:"irc"` Mastodon string `json:"mastodon"` Email string `json:"email"` - Ml string `json:"ml"` + ML string `json:"ml"` Matrix string `json:"matrix"` } `json:"contact"` Feeds struct {