Imports of package exec
| Path | Synopsis |
|---|---|
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| io | Package io provides basic interfaces to I/O primitives. |
| os/exec | Package exec runs external commands. |
| syscall | Package syscall contains an interface to the low-level operating system primitives. |
| time | Package time provides functionality for measuring and displaying time. |