chore: remove unused flags for sqlite (#997)

This commit is contained in:
boojack
2023-01-30 00:03:21 +08:00
committed by GitHub
parent 1bdb0d465c
commit 4a7b764ab3
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ func run() error {
println(greetingBanner)
fmt.Printf("Version %s has started at :%d\n", profile.Version, profile.Port)
return serverInstance.Run(ctx)
return serverInstance.Start(ctx)
}
func main() {