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

This commit is contained in:
Anton Yackushev 2017-05-29 09:12:54 +03:00 committed by Torkel Ödegaard
parent e65f86147f
commit c2885430bd

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 := ""