From c2b3c4f6e4d40c49d55deb5b696bb3cb8cdde531 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 31 Oct 2024 23:09:54 +0200 Subject: intial warning when there aren't enough queued --- internal/run.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/run.go') diff --git a/internal/run.go b/internal/run.go index 714687a..1307d58 100644 --- a/internal/run.go +++ b/internal/run.go @@ -68,6 +68,7 @@ func runPlatform(ctx context.Context, args config.Args, platform string, sizeLim return err } + // TODO: Put all color definitions into ints own package color.New(color.FgWhite, color.BgGreen).Println("Successfully posted message to ", platform) return nil } -- cgit v1.2.3