fix "no formatting directive in Fatalf call" (vet) (#8487)

This commit is contained in:
Anton Yackushev
2017-05-29 08:12:54 +02:00
committed by Torkel Ödegaard
parent e65f86147f
commit c2885430bd
+1 -1
View File
@@ -75,7 +75,7 @@ func packageWalker(path string, f os.FileInfo, err error) error {
shaBytes, err := ioutil.ReadFile(path + ".sha256")
if err != nil {
log.Fatalf("Failed to read sha256 file", err)
log.Fatalf("Failed to read sha256 file %v", err)
}
os := ""