Skip to content
DocsTry Aspire
DocsTry

GoAppResource.withVetTool

Method
📦 Aspire.Hosting.Go v13.4.0-preview.1.26281.18
interface GoAppResource {
// ... omitted for brevity
withVetTool(): GoAppResource;
}

Signature

methodwithVetToolbuilder
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: