From e0d72c7b737e04a0160655ff9214a25c0664bbb4 Mon Sep 17 00:00:00 2001 From: Petros Amiridis Date: Fri, 10 Oct 2014 18:26:22 +0300 Subject: [PATCH] Use triple backtickes instead of `pre` --- en/eBook/12.3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/eBook/12.3.md b/en/eBook/12.3.md index 505350aa..0d439c39 100644 --- a/en/eBook/12.3.md +++ b/en/eBook/12.3.md @@ -40,7 +40,7 @@ But we can see some implementations daemon many online methods, such as the foll - Another solution is to use the syscall, but this solution is not perfect: -
+```
 	package main
 	 
 	import (
@@ -109,7 +109,7 @@ But we can see some implementations daemon many online methods, such as the foll
 	 
 		return 0
 	}
-
+``` The above proposed two implementations Go's daemon program, but I still do not recommend you to realize this, because the official announcement has not officially support daemon, of course, the first option is more feasible for now, but it is currently open source library skynet in adopting this program do daemon.