We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e749ada commit 35738cfCopy full SHA for 35738cf
server/service/sys_auto_code.go
@@ -12,9 +12,10 @@ import (
12
)
13
14
type tplData struct {
15
- template *template.Template
16
- locationPath string
17
- autoCodePath string
+ template *template.Template
+ locationPath string
+ autoCodePath string
18
+ autoMoveFilePath string
19
}
20
21
// @title CreateTemp
server/utils/fileoperations.go renamed to server/utils/file_operations.go
@@ -8,8 +8,6 @@ import (
8
"path/filepath"
9
10
11
-// package fileOperations use File Operations
-
// fileMove: 文件移动
// src: 源位置 需要传入绝对路径
// dst: 目标位置 需要传入绝对路径
0 commit comments