From e8020a234027539611a52511a72d42bd78dc7612 Mon Sep 17 00:00:00 2001 From: Gabriel Garrido Date: Thu, 9 May 2024 10:24:20 +0200 Subject: [PATCH] Clean up --- client/client.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/client.go b/client/client.go index 22ed9c8..254a3a2 100644 --- a/client/client.go +++ b/client/client.go @@ -29,10 +29,6 @@ type MediaAttachment struct { Path string } -func (ma MediaAttachment) SetPath(path string) { - ma.Path = path -} - type Post struct { CreatedAt time.Time `json:"created_at"` Id string `json:"id"`