aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xP/xP.go2
1 files changed, 1 insertions, 1 deletions
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())
}