Fix lint issues

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-12-05 13:28:28 -03:00
parent 1fed943b3d
commit 68f344233b
17 changed files with 33 additions and 34 deletions

View file

@ -19,8 +19,8 @@ package file
import (
"crypto/sha1"
"encoding/hex"
"k8s.io/klog"
"io/ioutil"
"k8s.io/klog"
)
// SHA1 returns the SHA1 of a file.