This commit is contained in:
Gorbunov Kirill Andreevich
2024-03-23 19:53:12 +03:00
parent 4734816d85
commit 7bb53c8ef1
4 changed files with 12 additions and 15 deletions

View File

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