diff --git a/en/12.3.md b/en/12.3.md index 4e4742bd..8f46bd75 100644 --- a/en/12.3.md +++ b/en/12.3.md @@ -183,8 +183,7 @@ After installation is complete, two Supervisord commands become available to you ## Summary -This section we describe how to implement daemon of the Go, but due to the current lack of Go-daemon implementation, need to rely on third-party tools to achieve the application daemon management approach, so here describes a process using python to write management tools Supervisord by Supervisord can easily put our Go up and application management. - +In this section, we described how to implement daemons in Go. We learned that Go does not natively support daemons, and that we need to use third-party tools to help us manage them. One such tool is the Supervisord process control system which we can use to easily deploy and manage our Go programs. ## Links