From 6865389682c865717bb28f19943c09d0610a7981 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 28 Sep 2024 11:02:37 +0300 Subject: add lookback time --- internal/config/args.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/config') diff --git a/internal/config/args.go b/internal/config/args.go index 5b16912..b71c53e 100644 --- a/internal/config/args.go +++ b/internal/config/args.go @@ -1,7 +1,10 @@ package config +import "time" + type Args struct { GosDir string DryRun bool Platforms []string + Lookback time.Duration } -- cgit v1.2.3