mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 09:52:26 -05:00
lint
This commit is contained in:
parent
cc7a35ee92
commit
5d5327614d
3 changed files with 19 additions and 17 deletions
|
|
@ -24,20 +24,20 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
users = "users"
|
||||
actors = "actors"
|
||||
statuses = "statuses"
|
||||
inbox = "inbox"
|
||||
outbox = "outbox"
|
||||
followers = "followers"
|
||||
following = "following"
|
||||
liked = "liked"
|
||||
collections = "collections"
|
||||
featured = "featured"
|
||||
publicKey = "main-key"
|
||||
follow = "follow"
|
||||
update = "updates"
|
||||
blocks = "blocks"
|
||||
users = "users"
|
||||
actors = "actors"
|
||||
statuses = "statuses"
|
||||
inbox = "inbox"
|
||||
outbox = "outbox"
|
||||
followers = "followers"
|
||||
following = "following"
|
||||
liked = "liked"
|
||||
// collections = "collections"
|
||||
// featured = "featured"
|
||||
publicKey = "main-key"
|
||||
follow = "follow"
|
||||
// update = "updates"
|
||||
blocks = "blocks"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue