fix lint errors
This commit is contained in:
parent
3a33bed423
commit
70496ddc36
@ -35,7 +35,7 @@ func init() {
|
|||||||
t := NewTar()
|
t := NewTar()
|
||||||
t.Path,_ = filepath.Abs(filepath.Join(u.Hostname(), u.Path))
|
t.Path,_ = filepath.Abs(filepath.Join(u.Hostname(), u.Path))
|
||||||
if e := t.Open(); e != nil {
|
if e := t.Open(); e != nil {
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
return t
|
return t
|
||||||
})
|
})
|
||||||
@ -50,7 +50,7 @@ func init() {
|
|||||||
}
|
}
|
||||||
t.Gzip = true
|
t.Gzip = true
|
||||||
if e := t.Open(); e != nil {
|
if e := t.Open(); e != nil {
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
return t
|
return t
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user