mirror of
https://github.com/adulau/mastodon-markdown-archive.git
synced 2024-11-21 17:37:06 +00:00
Clean up
This commit is contained in:
parent
f73b6c4357
commit
e8020a2340
1 changed files with 0 additions and 4 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue