summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-11-22 23:48:28 +0200
committerPaul Buetow <paul@buetow.org>2024-11-22 23:48:28 +0200
commitc095b7fb273eed04cae0d42cae2d534cf74cfd9e (patch)
tree7b12d51cae47a070622db6eb09539a31be8f0f69 /cmd
parentfaf7569ab307eff706e4ccf2ed92eec5c93f67eb (diff)
some stuff all around
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gos/main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/gos/main.go b/cmd/gos/main.go
index 36270a8..3a6971a 100644
--- a/cmd/gos/main.go
+++ b/cmd/gos/main.go
@@ -53,9 +53,6 @@ func main() {
if err := args.ParsePlatforms(*platforms); err != nil {
log.Fatal(err)
}
- if err := args.Validate(); err != nil {
- log.Fatal(err)
- }
if *version {
fmt.Printf("This is Gos version %s; (C) by Paul Buetow\n", versionStr)