diff --git a/xP/xP.go b/xP/xP.go index 3effaf0..ba63fe9 100644 --- a/xP/xP.go +++ b/xP/xP.go @@ -304,5 +304,5 @@ func main() { WriteTimeout: 60 * time.Second, MaxHeaderBytes: 32 << 10, } - log.Fatal(s.ListenAndServe()) + log.Fatalln(s.ListenAndServe()) }