mirror of
https://gitea.com/gitea/tea.git
synced 2024-11-23 19:11:38 +01:00
fixed package import definition
Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
This commit is contained in:
parent
a16ca12f8a
commit
f7d5eb118d
@ -5,8 +5,9 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/urfave/cli"
|
||||
"log"
|
||||
|
||||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
// create global variables for global Flags to simplify
|
||||
|
Loading…
Reference in New Issue
Block a user