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"`