You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
This issue is related to #100 in that I have a vendor dependency like this:
I solve the issue of building the binary with a Makefile that does this:
And I've got a file with a generate directive:
But
gb generate src/stuff/result.go
gives me:I've got a work around, but it isn't pretty:
I was pleasantly surprised to find gb setup $GOPATH correctly when running the generate command, so thanks for that!
Additionally I had a couple other problems getting gb generate working.
When I initially ran this I expected it just to operate on my project, but it seemed to be going through every possible package it could find?
Then I tried this which gave no output and also seemed to do nothing at all with my go:generate directives?
The text was updated successfully, but these errors were encountered: