From 9a79d176c91de59a409d06efc8837c1d8f38b5c0 Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Tue, 9 Mar 2021 17:03:40 +0100 Subject: moving stuff around, stubbing interfaces --- cmd/gotosocial/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/gotosocial') diff --git a/cmd/gotosocial/main.go b/cmd/gotosocial/main.go index 664ed2ea9..14fd35eec 100644 --- a/cmd/gotosocial/main.go +++ b/cmd/gotosocial/main.go @@ -26,7 +26,7 @@ import ( "github.com/gotosocial/gotosocial/internal/config" "github.com/gotosocial/gotosocial/internal/db" "github.com/gotosocial/gotosocial/internal/log" - "github.com/gotosocial/gotosocial/internal/server" + "github.com/gotosocial/gotosocial/internal/gotosocial" "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" @@ -105,7 +105,7 @@ func main() { Name: "start", Usage: "start the gotosocial server", Action: func(c *cli.Context) error { - return runAction(c, server.Run) + return runAction(c, gotosocial.Run) }, }, }, -- cgit v1.3