summaryrefslogtreecommitdiff
path: root/internal/run.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-01-11 00:45:02 +0200
committerPaul Buetow <paul@buetow.org>2025-01-11 00:45:02 +0200
commit94d9b5f48147ee9cc6ca57177e00f8679224603d (patch)
treec3ae81b6c31c5deb0582fca475f156718a6dd380 /internal/run.go
parent97b93252dfcb0242bb1cd5e3e5793a8ae73b17a9 (diff)
add gosc binary
Diffstat (limited to 'internal/run.go')
-rw-r--r--internal/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/run.go b/internal/run.go
index 904477b..b1f85e8 100644
--- a/internal/run.go
+++ b/internal/run.go
@@ -15,7 +15,7 @@ import (
"codeberg.org/snonux/gos/internal/summary"
)
-func Run(ctx context.Context, args config.Args) error {
+func run(ctx context.Context, args config.Args) error {
if len(args.SummaryFor) > 0 {
return summary.Run(ctx, args)
}