yao/system/system.go
2022-07-17 16:12:48 +08:00

4 lines
85 B
Go

package system
// Exec call system command
func Exec(cmd string, args ...string) {}