diff --git a/gogio/main.go b/gogio/main.go index b52c294..38018f7 100644 --- a/gogio/main.go +++ b/gogio/main.go @@ -65,9 +65,6 @@ func flagValidate() error { if pkgPathArg == "" { return errors.New("specify a package") } - if len(flag.Args()) > 1 { - return fmt.Errorf("build arguments must be specified before the package (%q)", pkgPathArg) - } if *target == "" { return errors.New("please specify -target") }