mirror of
https://github.com/xiaoqidun/gocos.git
synced 2024-12-03 19:19:13 +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)
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user