🧹: gofmt

This commit is contained in:
Henrique Dias
2019-01-05 23:01:16 +00:00
parent d309066def
commit 92fda0070c
12 changed files with 22 additions and 23 deletions

View File

@@ -16,10 +16,10 @@ func init() {
var importCmd = &cobra.Command{
Use: "import",
Short: "Imports an old configuration",
Long: `Imports an old configuration. This command DOES NOT
Long: `Imports an old configuration. This command DOES NOT
import share links because they are incompatible with
this version.`,
Args: cobra.NoArgs,
Args: cobra.NoArgs,
Run: func(cmd *cobra.Command, args []string) {
oldDB := mustGetString(cmd, "old.database")
oldConf := mustGetString(cmd, "old.config")