go fmt ./...

This commit is contained in:
tsmethurst
2021-03-27 16:28:57 +01:00
parent f9932adcac
commit a19cc4740e
13 changed files with 23 additions and 23 deletions

View File

@ -22,12 +22,12 @@ import (
"fmt"
"os"
"github.com/sirupsen/logrus"
"github.com/superseriousbusiness/gotosocial/internal/action"
"github.com/superseriousbusiness/gotosocial/internal/config"
"github.com/superseriousbusiness/gotosocial/internal/db"
"github.com/superseriousbusiness/gotosocial/internal/gotosocial"
"github.com/superseriousbusiness/gotosocial/internal/log"
"github.com/sirupsen/logrus"
"github.com/urfave/cli/v2"
)