diff options
| author | 2021-03-15 18:59:38 +0100 | |
|---|---|---|
| committer | 2021-03-15 18:59:38 +0100 | |
| commit | cca676dcb3824e9f9ee21ecf0a2cf8c55b0d4ad9 (patch) | |
| tree | 0aef8a75cbd731eb1637fcac6964b9eea1adcb78 /internal/gotosocial | |
| parent | bit of experimenting and tidying (diff) | |
| download | gotosocial-cca676dcb3824e9f9ee21ecf0a2cf8c55b0d4ad9.tar.xz | |
tests
Diffstat (limited to 'internal/gotosocial')
| -rw-r--r-- | internal/gotosocial/gotosocial.go | 2 |
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" ) |
