summaryrefslogtreecommitdiff
path: root/internal/run.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-04 21:07:24 +0200
committerPaul Buetow <paul@buetow.org>2025-03-04 21:07:24 +0200
commit5801483d530107d8b695454d91f0395eb01857cd (patch)
tree4ffca4b161a1719b80fa7512c119302001249057 /internal/run.go
parent59889dba189c3762f0fe3734d18ad88f4ada59a3 (diff)
new logo
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 b2ea847..016d336 100644
--- a/internal/run.go
+++ b/internal/run.go
@@ -20,6 +20,7 @@ func run(ctx context.Context, args config.Args) error {
return summary.Run(ctx, args)
}
now := time.Now().Unix()
+ printLogo()
if args.ComposeMode {
entryPath := fmt.Sprintf("%s/%d.ask.txt", args.GosDir, now)