summaryrefslogtreecommitdiff
path: root/internal/gotosocial
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-15 18:59:38 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-15 18:59:38 +0100
commitcca676dcb3824e9f9ee21ecf0a2cf8c55b0d4ad9 (patch)
tree0aef8a75cbd731eb1637fcac6964b9eea1adcb78 /internal/gotosocial
parentbit of experimenting and tidying (diff)
downloadgotosocial-cca676dcb3824e9f9ee21ecf0a2cf8c55b0d4ad9.tar.xz
tests
Diffstat (limited to 'internal/gotosocial')
-rw-r--r--internal/gotosocial/gotosocial.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gotosocial/gotosocial.go b/internal/gotosocial/gotosocial.go
index a43af65f9..4409e85de 100644
--- a/internal/gotosocial/gotosocial.go
+++ b/internal/gotosocial/gotosocial.go
@@ -22,8 +22,8 @@ import (
"context"
"github.com/go-fed/activity/pub"
- "github.com/gotosocial/gotosocial/internal/cache"
"github.com/gotosocial/gotosocial/internal/api"
+ "github.com/gotosocial/gotosocial/internal/cache"
"github.com/gotosocial/gotosocial/internal/config"
"github.com/gotosocial/gotosocial/internal/db"
)