On Tue, May 14, 2019 at 5:41 AM 'White Hexagon' via golang-nuts
<golang-nuts@googlegroups.com> wrote:
>
> My project is growing and I have started using custom build tags.  When I 
> build the project I would really like to see a list of all the files that 
> have been selected based on the tags I have requested.  Is that possible?  
> Thanks, Peter

go list -f '{{.GoFiles}}' -tags MYTAGS PKG

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcVP98mmDb%2Bq1GiTaN_eivz1u-YZmX1aqoQdrr5qk%2BrOzA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to