Text file src/cmd/go/testdata/script/mod_run_flags_issue64738.txt
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. 4 go run -n example.com/[email protected] -p ignored 5