From 04f2535e924c2c12b2f1f3192a7bab5384a2bcd1 Mon Sep 17 00:00:00 2001 From: Hunter Kehoe Date: Sat, 16 Jul 2022 14:22:23 -0600 Subject: [PATCH] linting --- client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.go b/client/client.go index 1f0862f..27e75fe 100644 --- a/client/client.go +++ b/client/client.go @@ -68,7 +68,7 @@ type Attachment struct { // Icon represents a message icon type Icon struct { - Url string `json:"url"` + URL string `json:"url"` Type string `json:"type,omitempty"` Size int64 `json:"size,omitempty"` }