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