Hello gophers,
I wanted to know if we can manage Docker-compose via Golang like we can do via Node.Js with this : https://www.npmjs.com/package/docker-compose.
I searched for a Go Package but I did not found anything so maybe I missed it.
Does it exists in Go or do I have to create the package myself ?