This commit is contained in:
Gorbunov Kirill Andreevich 2024-04-03 00:22:00 +03:00
parent 348c30c727
commit f5cc8436a8

View File

@ -92,7 +92,7 @@ type Data struct {
Modules map[string]modules.Update Modules map[string]modules.Update
} }
func pkgdashcli() { func main() {
var err error var err error
ctx, cancel := context.WithCancel(context.Background()) ctx, cancel := context.WithCancel(context.Background())