This commit is contained in:
Gorbunov Kirill Andreevich
2024-03-23 19:53:12 +03:00
parent f9216981b9
commit 98c933a0b6
5 changed files with 12 additions and 20 deletions

View File

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