Allow customization/removal of automatic "go generate" step
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
The GoPlugin current always calls `go generate ./...` when building the go code. However, there have been two instances so far (chisel and pebble) where that call is incorrect - it generates code that then fails to compile. The workaround currently is to override the entire build step, so we should come up with a way to customize/toggle this.
Evaluation history
No evaluation history available.