...

Text file src/cmd/go/testdata/script/mod_run_flags_issue64738.txt

Documentation: cmd/go/testdata/script

     1# Regression test for https://go.dev/issue/64738:
     2# a bug in 'go run' caused flags arguments after the requested package to
     3# also be parsed as cmd/go flags.
     4go run -n example.com/printversion@v0.1.0 -p ignored

View as plain text