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 { func RunCommand() *cli.Command {
flags := append( flags := common.Flags()
common.Flags(),
)
return &cli.Command{ return &cli.Command{
Name: "run", Name: "run",