Skip to content

Commit e948333

Browse files
committed
Merge pull request astaxie#381 from petros/patch-1
Use triple backtickes instead of `pre`
2 parents 3871e64 + e0d72c7 commit e948333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/eBook/12.3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ But we can see some implementations daemon many online methods, such as the foll
4040

4141
- Another solution is to use the syscall, but this solution is not perfect:
4242

43-
<pre>
43+
```
4444
package main
4545
4646
import (
@@ -109,7 +109,7 @@ But we can see some implementations daemon many online methods, such as the foll
109109
110110
return 0
111111
}
112-
</pre>
112+
```
113113

114114
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.
115115

0 commit comments

Comments
 (0)