package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Dec 31, 2022
License: GPL-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
// 执行命令
func ChCmd(ex string, args ...string, time int) {
dc := gg.NewContext(0, 0)
tmp := strings.Builder{}
cmd := exec.Command(ex, args...)
ctx, cancel := context.WithTimeout(context.Background(), time.Second*time.Duration(time))
}
内存占用
Source Files
¶
Click to show internal directories.
Click to hide internal directories.