add autoMoveFilePath 字段,修改utils的fileoperations.go-> file_operations.go
This commit is contained in:
parent
e749adaa10
commit
35738cfda8
|
@ -12,9 +12,10 @@ import (
|
|||
)
|
||||
|
||||
type tplData struct {
|
||||
template *template.Template
|
||||
locationPath string
|
||||
autoCodePath string
|
||||
template *template.Template
|
||||
locationPath string
|
||||
autoCodePath string
|
||||
autoMoveFilePath string
|
||||
}
|
||||
|
||||
// @title CreateTemp
|
||||
|
|
|
@ -8,8 +8,6 @@ import (
|
|||
"path/filepath"
|
||||
)
|
||||
|
||||
// package fileOperations use File Operations
|
||||
|
||||
// fileMove: 文件移动
|
||||
// src: 源位置 需要传入绝对路径
|
||||
// dst: 目标位置 需要传入绝对路径
|
Loading…
Reference in New Issue