fix : suppression de append inutile, remonté par go vet #46

Open
mlamalle wants to merge 1 commits from fix-append into develop
1 changed files with 1 additions and 3 deletions

View File

@ -17,9 +17,7 @@ const (
)
func RunCommand() *cli.Command {
flags := append(
common.Flags(),
)
flags := common.Flags()
return &cli.Command{
Name: "run",