diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-31 23:09:54 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-31 23:09:54 +0200 |
| commit | c2b3c4f6e4d40c49d55deb5b696bb3cb8cdde531 (patch) | |
| tree | 1f83f75bf085dc1b02e7562cfcb759f4d8c6486c /internal/run.go | |
| parent | 1c143f2e4faeb803f5f7c96f29c1ef447a0b2097 (diff) | |
intial warning when there aren't enough queued
Diffstat (limited to 'internal/run.go')
| -rw-r--r-- | internal/run.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |
