fix: resolve bugs found in pre-release review
This commit is contained in:
@@ -11,8 +11,9 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
apiTimeout = 30 * time.Second
|
||||
tmpPattern = ".godeez-update-*"
|
||||
apiTimeout = 30 * time.Second
|
||||
downloadTimeout = 5 * time.Minute
|
||||
tmpPattern = ".godeez-update-*"
|
||||
)
|
||||
|
||||
type Updater struct {
|
||||
|
||||
Reference in New Issue
Block a user