4 lines
85 B
Go
4 lines
85 B
Go
package system
|
|
|
|
// Exec call system command
|
|
func Exec(cmd string, args ...string) {}
|