提交 8174e082 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

test on win10

上级 6dce4e01
package fileUtils
import (
"fmt"
commonUtils "github.com/easysoft/zentaoatf/src/utils/common"
"io/ioutil"
"os"
......@@ -28,8 +27,6 @@ func ReadFileBuf(filePath string) []byte {
func WriteFile(filePath string, content string) {
dir := filepath.Dir(filePath)
fmt.Println("=file=" + filePath)
fmt.Println("=dir=" + dir)
MkDirIfNeeded(dir)
var d1 = []byte(content)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册