diff options
author | 2021-03-11 14:30:14 +0100 | |
---|---|---|
committer | 2021-03-11 14:30:14 +0100 | |
commit | c558681f021dc0ebe77a6a72e22e9a92ce5d482d (patch) | |
tree | 85bd89aabe47c3b0f77ba9380ca6f1b858015560 /internal/media/media.go | |
parent | building out media req/resp model (diff) | |
download | gotosocial-c558681f021dc0ebe77a6a72e22e9a92ce5d482d.tar.xz |
start adding mastodon api types
Diffstat (limited to 'internal/media/media.go')
-rw-r--r-- | internal/media/media.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/media/media.go b/internal/media/media.go index 8ff8693f4..644edb8e4 100644 --- a/internal/media/media.go +++ b/internal/media/media.go @@ -20,5 +20,4 @@ package media // API provides an interface for parsing, storing, and retrieving media objects like photos and videos type API interface { - } |