nim reported a new issue against the project: `golist` that you are following: `` Migrated from https://github.com/gofed/symbols-extractor/issues/158
When I use golist in the project cloud.google.com/go, the commands
```sh golist --imported --package-path cloud.google.com/go --skip-self golist --imported --package-path cloud.google.com/go --skip-self --tests ```
don't find the package "github.com/google/go-cmp/cmp" in the unit test cloud.google.com/go/civil ``
To reply, visit the link below or just reply to this email https://pagure.io/golist/issue/6
qulogic added a new comment to an issue you are following: `` Is this still a problem? ``` $ golist --imported --package-path cloud.google.com/go --skip-self | rg go-cmp github.com/google/go-cmp/cmp
$ golist --imported --package-path cloud.google.com/go --skip-self --tests | rg go-cmp github.com/google/go-cmp/cmp github.com/google/go-cmp/cmp/cmpopts ``` ``
To reply, visit the link below or just reply to this email https://pagure.io/golist/issue/6
The issue: `didn't find "github.com/google/go-cmp/cmp"` of project: `golist` has been assigned to `nim` by nim.
nim added a new comment to an issue you are following: `` I will recheck. cloud.google.com/go is a full bag of nastiness, that even other Google projects have problems with (most of them still import it under a legacy name, which means they are afraid of using the latest code. The current cloud.google.com/go asserts its new name which means anything still using the legacy name never tried to use the current codebase). ``
To reply, visit the link below or just reply to this email https://pagure.io/golist/issue/6
golang@lists.fedoraproject.org