gofed / symbols-extractor

Extractor of symbols from Go based projects
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

RFE: Please provide a switch to process an import path *and* its tests #155

Closed nim-nim closed 5 years ago

nim-nim commented 6 years ago

Right now: golist --imported --package-path github.com/sirupsen/logrus --skip-self will output the package deps and golist --imported --package-path github.com/sirupsen/logrus --skip-self --tests will output the package test deps

So, you can not get both in one command, which is annoying and clutters build logs (esp. since I sort -u the two outputs just to be sure)

Please add a --withtests flag (or whatever you deem pretty) to allow this use case

nim-nim commented 5 years ago

Moved to https://pagure.io/golist/issue/3