Executing external commands in Go.md 333 B


Title: "Executing external commands in Go" Date: 2017-12-12 09:09:21 Categories: [programming] Tags: [go]

Authors: sedlav

Use os/exec package to execute external commands in Go. To run the examples packages os, bytes, syscall, fmt, time must be imported.

Link