This question already has an answer here:
I want to fork a process in Go. As we can fork in Python using os.fork, Is there any module or library in Go to fork process?
os.fork
I am able to fork in Python but just want to do it using Go.
</div>