Using goimports for formatting imports #50

This commit is contained in:
Michael Mayer
2018-10-31 07:14:33 +01:00
parent 00f79b2d01
commit 6a2af16d1c
35 changed files with 83 additions and 47 deletions

View File

@@ -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{