mirror of
https://gitea.com/gitea/tea.git
synced 2024-11-24 03:21:36 +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
|
package cmd
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/urfave/cli"
|
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
|
"github.com/urfave/cli"
|
||||||
)
|
)
|
||||||
|
|
||||||
// create global variables for global Flags to simplify
|
// create global variables for global Flags to simplify
|
||||||
|
Loading…
Reference in New Issue
Block a user