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/printversion@v0.1.0 -p ignored
     5  

View as plain text