weaver
weaver copied to clipboard
weaver generate doesn't support go build tags
Hi,
I am trying to compile my project: test.zip
There are 2 files:
- good.go with a build tag
goodthat can be normally compiled when-tags goodprovided togo runcommand - bad.go with a build tag
!goodthan contains a lot of syntax errors or other errors/circumstances that makes compilation impossible at the moment
So, when I'm trying to call go generate ./... or weaver generate ./... I'm getting a compilation error due to errors in bad.go.
What I want to get is a support of go build tags for weaver generate in order to make it ignore bad file and use good one.