From 210328bcc9aa1fb54021d8a03fdf636070702b46 Mon Sep 17 00:00:00 2001 From: Alessio Date: Sun, 15 Sep 2024 19:26:14 -0700 Subject: [PATCH] Kick CI --- cmd/twitter/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/twitter/main.go b/cmd/twitter/main.go index b2439b5..30f8d82 100644 --- a/cmd/twitter/main.go +++ b/cmd/twitter/main.go @@ -5,7 +5,7 @@ import ( "errors" "flag" "fmt" - log "github.com/sirupsen/logrus" // TODO: remove + log "github.com/sirupsen/logrus" // TODO: remove eventually "golang.org/x/term" "io/fs" "os"