summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-11-19 22:46:05 +0200
committerPaul Buetow <paul@buetow.org>2024-11-19 22:46:05 +0200
commit836d21a7c43f4ce84dfa1ada0552989be4a43ca9 (patch)
treefe6dc637c2c916e10b1beff31d687edf0f994503 /cmd
parent1550fbf9c2b0602c4675f25cd92e389593894e58 (diff)
use of platform aliases
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gos/main.go1
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,