mager: 合并11.3版本,包名和主线一样方便复制

This commit is contained in:
TsMask
2024-11-23 18:54:02 +08:00
parent c0368c07ef
commit d5954d40c8
514 changed files with 24451 additions and 17932 deletions

View File

@@ -7,7 +7,7 @@ import (
"bytes"
"os/exec"
"nms_cxy/lib/log"
"be.ems/lib/log"
)
func ExecCmd(command, path string) ([]byte, error) {

View File

@@ -6,7 +6,7 @@ package run
import (
"os/exec"
"nms_cxy/lib/log"
"be.ems/lib/log"
)
func ExecCmd(command, path string) ([]byte, error) {

View File

@@ -6,7 +6,7 @@ package run
import (
"os/exec"
"nms_cxy/lib/log"
"be.ems/lib/log"
)
func ExecCmd(command, path string) ([]byte, error) {