summaryrefslogtreecommitdiff
path: root/internal/run.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-10-31 23:09:54 +0200
committerPaul Buetow <paul@buetow.org>2024-10-31 23:09:54 +0200
commitc2b3c4f6e4d40c49d55deb5b696bb3cb8cdde531 (patch)
tree1f83f75bf085dc1b02e7562cfcb759f4d8c6486c /internal/run.go
parent1c143f2e4faeb803f5f7c96f29c1ef447a0b2097 (diff)
intial warning when there aren't enough queued
Diffstat (limited to 'internal/run.go')
-rw-r--r--internal/run.go1
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
}