From 9dda6355b81f6e6b93fc67d846657a388fcce4b7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 28 Sep 2024 11:48:25 +0300 Subject: can hit and not hit the target --- internal/config/args.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/config') diff --git a/internal/config/args.go b/internal/config/args.go index 78b55de..39e6762 100644 --- a/internal/config/args.go +++ b/internal/config/args.go @@ -13,6 +13,7 @@ type Args struct { GosDir string DryRun bool Platforms []string + Target int Lookback time.Duration } -- cgit v1.2.3