mirror of
https://github.com/xiaoqidun/gocos.git
synced 2024-12-04 14:31:04 +08:00
This commit is contained in:
parent
a7b5361054
commit
4fac1685b8
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user