This commit is contained in:
alessio 2017-08-31 09:54:59 +02:00
parent a68962368d
commit 61fcefffe5
2 changed files with 6 additions and 6 deletions

View File

@ -6,9 +6,9 @@ import (
"github.com/tockins/realize/style" "github.com/tockins/realize/style"
cli "gopkg.in/urfave/cli.v2" cli "gopkg.in/urfave/cli.v2"
"os" "os"
"path/filepath"
"strings" "strings"
"time" "time"
"path/filepath"
) )
// Run launches the toolchain for each project // Run launches the toolchain for each project