diff options
| author | Paul Buetow <paul@buetow.org> | 2024-09-21 15:54:11 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-09-21 15:54:11 +0300 |
| commit | d38f93fc4fdb54687c425b8866bc99cbd9ad7935 (patch) | |
| tree | ca5e5b3c582ea373aa6b9193d2e047e2fb06c2f5 /internal/config | |
| parent | dff4d455e07d639b82a0bed814f41d0656e9b6d0 (diff) | |
initial revamp
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/args.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/config/args.go b/internal/config/args.go new file mode 100644 index 0000000..5b16912 --- /dev/null +++ b/internal/config/args.go @@ -0,0 +1,7 @@ +package config + +type Args struct { + GosDir string + DryRun bool + Platforms []string +} |
