summaryrefslogtreecommitdiff
path: root/internal/config
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-09-28 11:48:25 +0300
committerPaul Buetow <paul@buetow.org>2024-09-28 11:48:25 +0300
commit9dda6355b81f6e6b93fc67d846657a388fcce4b7 (patch)
treec02302ab96885f5238e6a20c215115083f52ff37 /internal/config
parent262af22115291863609319b6b0f313873891e15f (diff)
can hit and not hit the target
Diffstat (limited to 'internal/config')
-rw-r--r--internal/config/args.go1
1 files changed, 1 insertions, 0 deletions
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
}