diff options
| author | Paul Buetow <paul@buetow.org> | 2024-11-19 22:46:05 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-11-19 22:46:05 +0200 |
| commit | 836d21a7c43f4ce84dfa1ada0552989be4a43ca9 (patch) | |
| tree | fe6dc637c2c916e10b1beff31d687edf0f994503 /cmd | |
| parent | 1550fbf9c2b0602c4675f25cd92e389593894e58 (diff) | |
use of platform aliases
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/gos/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/gos/main.go b/cmd/gos/main.go index ee7aae7..36270a8 100644 --- a/cmd/gos/main.go +++ b/cmd/gos/main.go @@ -39,7 +39,6 @@ func main() { args := config.Args{ DryRun: *dry, GosDir: *gosDir, - Platforms: make(map[string]int), Target: *target, MinQueued: *minQueued, MaxDaysQueued: *maxDaysQueued, |
