Update 08.1.md

This commit is contained in:
dingchaofei
2018-09-17 15:43:57 +08:00
committed by GitHub
parent b573240fef
commit d6fee1b5c4

View File

@@ -419,7 +419,7 @@ func handleClient(conn *net.UDPConn) {
}
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)
}
}