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
Currently it seems build tags are not respected. I would like files like // +build !bloat to be ignored, since they will not end up in my final binaries anyways. Specifically with graph, but likely others apply as well
The text was updated successfully, but these errors were encountered:
Seems like this is supported but I haven't figured out exactly how to do it. goda graph -cluster -short 'tags=bloat(./...)' is close I think, but doesn't seem to quite do it
Currently it seems build tags are not respected. I would like files like
// +build !bloat
to be ignored, since they will not end up in my final binaries anyways. Specifically with graph, but likely others apply as wellThe text was updated successfully, but these errors were encountered: