Title: "Executing external commands in Go" Date: 2017-12-12 09:09:21 Categories: [programming] Tags: [go]
Use os/exec package to execute external commands in Go. To run the examples packages os, bytes, syscall, fmt, time must be imported.
Link