Documentation ¶
Overview ¶
Package exec provides methods for executing commands
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
Run executes command
Example ¶
err := Run("/bin/echo", "abc", "123") if err != nil { fmt.Printf("Error: %v", err) }
Output:
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.