mirror of
https://github.com/adulau/mastodon-markdown-archive.git
synced 2024-11-22 01:47:05 +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
|
Path string
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ma MediaAttachment) SetPath(path string) {
|
|
||||||
ma.Path = path
|
|
||||||
}
|
|
||||||
|
|
||||||
type Post struct {
|
type Post struct {
|
||||||
CreatedAt time.Time `json:"created_at"`
|
CreatedAt time.Time `json:"created_at"`
|
||||||
Id string `json:"id"`
|
Id string `json:"id"`
|
||||||
|
|
Loading…
Reference in a new issue