fix: resolve bugs found in pre-release review

This commit is contained in:
Mathis Maquenne
2026-08-05 21:33:08 +02:00
parent 5bb1448650
commit a695fb4de3
17 changed files with 258 additions and 60 deletions
+3 -2
View File
@@ -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 {