mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-15 22:27:29 -06:00
moving stuff around, stubbing interfaces
This commit is contained in:
parent
338af00e7b
commit
9a79d176c9
11 changed files with 114 additions and 67 deletions
|
|
@ -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)
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue