diff options
author | 2021-09-02 12:24:18 +0200 | |
---|---|---|
committer | 2021-09-02 12:24:18 +0200 | |
commit | 5d5327614d1ad03fb6110c80bed1fa945376cbb4 (patch) | |
tree | 94c50b9c7847d37c53d1e5405e0bbf0bbeab9a3a /internal/regexes/regexes.go | |
parent | token tests (diff) | |
download | gotosocial-5d5327614d1ad03fb6110c80bed1fa945376cbb4.tar.xz |
lint
Diffstat (limited to 'internal/regexes/regexes.go')
-rw-r--r-- | internal/regexes/regexes.go | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/internal/regexes/regexes.go b/internal/regexes/regexes.go index 53446ff2c..8ac31ef62 100644 --- a/internal/regexes/regexes.go +++ b/internal/regexes/regexes.go @@ -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 ( |