|
@ -15,7 +15,7 @@ func main() { |
|
|
data := `data` |
|
|
data := `data` |
|
|
qggwy := `qggwy` |
|
|
qggwy := `qggwy` |
|
|
demo := `111` |
|
|
demo := `111` |
|
|
fileType := `.gz` |
|
|
fileType := `.zip` |
|
|
os.Mkdir(dirPath+`\`+demo, os.ModePerm) |
|
|
os.Mkdir(dirPath+`\`+demo, os.ModePerm) |
|
|
os.Mkdir(dirPath+`\`+fileName, os.ModePerm) |
|
|
os.Mkdir(dirPath+`\`+fileName, os.ModePerm) |
|
|
UnZip(dirPath+`\`+fileName+fileType, dirPath, pwd) |
|
|
UnZip(dirPath+`\`+fileName+fileType, dirPath, pwd) |
|
|