mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Using goimports for formatting imports #50
This commit is contained in:
@@ -2,10 +2,11 @@ package commands
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/photoprism/photoprism/internal/photoprism"
|
||||
"github.com/photoprism/photoprism/internal/server"
|
||||
"github.com/urfave/cli"
|
||||
"log"
|
||||
)
|
||||
|
||||
var StartCommand = cli.Command{
|
||||
|
||||
Reference in New Issue
Block a user