summaryrefslogtreecommitdiff
path: root/internal/run.go
diff options
context:
space:
mode:
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
}