aboutsummaryrefslogtreecommitdiff
path: root/web/mastodon/doc.go
diff options
context:
space:
mode:
authorXe <me@christine.website>2022-11-21 20:57:30 -0500
committerXe <me@christine.website>2022-11-21 20:57:30 -0500
commitbec049cf7752382b2894c9526612686bbc15ed47 (patch)
tree684161f44ef70bb4a88924a8d0d40ec24d91d9d3 /web/mastodon/doc.go
parenta1aa37164038beb230dea8ad250be9539b7647f8 (diff)
downloadx-bec049cf7752382b2894c9526612686bbc15ed47.tar.xz
x-bec049cf7752382b2894c9526612686bbc15ed47.zip
basic mastodon client implemented, will do more later
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'web/mastodon/doc.go')
-rw-r--r--web/mastodon/doc.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/mastodon/doc.go b/web/mastodon/doc.go
new file mode 100644
index 0000000..311da4f
--- /dev/null
+++ b/web/mastodon/doc.go
@@ -0,0 +1,4 @@
+// Package mastodon is an API client for Mastodon[1], specifically designed for making bots.
+//
+// [1]: https://docs.joinmastodon.org/
+package mastodon