withVetTool
Method
interface GoAppResource { // ... omitted for brevity withVetTool(): GoAppResource;}Signature
method
withVetTool builder Runs `go vet ./...` before starting the application to catch static analysis issues. The main application waits for the vet step to complete successfully before launching.
withVetTool(): GoAppResourceReturns
GoAppResource Applies to
This method applies to the following types: