mirror of
https://github.com/xiaoqidun/gocos.git
synced 2025-04-19 18:51:24 +08:00
This commit is contained in:
2
gocos.go
2
gocos.go
@ -63,7 +63,7 @@ func main() {
|
|||||||
target = GetConfig(Target)
|
target = GetConfig(Target)
|
||||||
stripPrefix = GetConfig(StripPrefix)
|
stripPrefix = GetConfig(StripPrefix)
|
||||||
)
|
)
|
||||||
if !VarIsEmpty(secretID, secretKey, bucketURL, source, target) {
|
if VarIsEmpty(secretID, secretKey, bucketURL, source, target) {
|
||||||
ErrExit(errors.New("input error"))
|
ErrExit(errors.New("input error"))
|
||||||
}
|
}
|
||||||
sourceFiles := make([]string, 0, 0)
|
sourceFiles := make([]string, 0, 0)
|
||||||
|
Reference in New Issue
Block a user