Skip to content
Docs Try Aspire
Docs Try

GoAppResource.withVetTool

Method
📦 Aspire.Hosting.Go v13.4.0-preview.1.26281.18
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(): GoAppResource
GoAppResource

Defined on

This method is defined on the following type: