diff options
author | 2021-03-09 23:01:01 +0100 | |
---|---|---|
committer | 2021-03-09 23:01:01 +0100 | |
commit | a7b01a44b64795070ab1f4957a77bcbb1a4ded85 (patch) | |
tree | 3931a1f27c84b2df7a85a22047f91bffca540bdb /cmd | |
parent | moving stuff around, stubbing interfaces (diff) | |
download | gotosocial-a7b01a44b64795070ab1f4957a77bcbb1a4ded85.tar.xz |
building out media req/resp model
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/gotosocial/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gotosocial/main.go b/cmd/gotosocial/main.go index 14fd35eec..0b4110656 100644 --- a/cmd/gotosocial/main.go +++ b/cmd/gotosocial/main.go @@ -25,8 +25,8 @@ import ( "github.com/gotosocial/gotosocial/internal/action" "github.com/gotosocial/gotosocial/internal/config" "github.com/gotosocial/gotosocial/internal/db" - "github.com/gotosocial/gotosocial/internal/log" "github.com/gotosocial/gotosocial/internal/gotosocial" + "github.com/gotosocial/gotosocial/internal/log" "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" |