From f5cc8436a896fa270f86424dbf524a3951536709 Mon Sep 17 00:00:00 2001 From: Gorbunov Kirill Andreevich Date: Wed, 3 Apr 2024 00:22:00 +0300 Subject: [PATCH] #8 rebase. --- cmd/pkgdashcli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/pkgdashcli/main.go b/cmd/pkgdashcli/main.go index 883163c..8c351cc 100644 --- a/cmd/pkgdashcli/main.go +++ b/cmd/pkgdashcli/main.go @@ -92,7 +92,7 @@ type Data struct { Modules map[string]modules.Update } -func pkgdashcli() { +func main() { var err error ctx, cancel := context.WithCancel(context.Background())