fix %!(EXTRA string

fix %!(EXTRA string
This commit is contained in:
dingchaofei
2018-09-17 15:39:03 +08:00
committed by GitHub
parent 0246e44872
commit b573240fef

View File

@@ -380,7 +380,7 @@ func main() {
}
func checkError(err error) {
if err != nil {
fmt.Fprintf(os.Stderr, "Fatal error ", err.Error())
fmt.Fprintf(os.Stderr, "Fatal error %s", err.Error())
os.Exit(1)
}
}