You are right of course.
But given that `go list` is aware of other directives such as build
constraints I was wondering.

Anyways for go code generation, it would be very helpful to be able to have
a list of flies on which invoke go generate in the right order from `go
list`.

Giacomo






On Tue, Nov 10, 2020 at 10:34 AM 'Dan Kortschak' via golang-nuts <
golang-nuts@googlegroups.com> wrote:

> //go:generate is not limited to dependency on Go source files, so this
> is not possible in the general case.
>
> On Tue, 2020-11-10 at 01:05 -0800, gta wrote:
> > Thanks for the reply,
> > yes I know I can grep for those files, but I was hoping that go list
> > could give me the files in the reverse dependency order like go list
> > -deps.
> > I was hoping to shave some time from our generation step.
> > I guess bash is my friend in this.
>
>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "golang-nuts" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/golang-nuts/uTZCKvOS3Gc/unsubscribe.
> To unsubscribe from this group and all its topics, 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/2107e93634c3abf31f52e14f91e0fa35f8a0cbee.camel%40kortschak.io
> .
>

-- 
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/CACA_XD4vOHvfVKTmJHnx9ympftuwvJAcegecu0HW8UTxe7MdjQ%40mail.gmail.com.

Reply via email to