GoAppResource.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 Defined on
This method is defined on the following type: