Format sources with gofmt (#472)

Co-authored-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
KADOTA, Kyohei
2021-01-15 14:37:38 +09:00
committed by GitHub
parent 41692c314d
commit e6fcfed458
6 changed files with 8 additions and 11 deletions

View File

@@ -11,8 +11,8 @@ import (
"os"
"path/filepath"
"regexp"
"strings"
"runtime"
"strings"
"github.com/go-git/go-billy/v5/helper/polyfill"
"github.com/go-git/go-billy/v5/osfs"
@@ -342,7 +342,7 @@ func (cr *containerReference) exec(cmd []string, env map[string]string) common.E
}
cmd = newCmd
}
logger.Debugf("Exec command '%s'", cmd)
isTerminal := term.IsTerminal(int(os.Stdout.Fd()))
envList := make([]string, 0)