# GoAppResource.withVetTool

- Module: [Aspire.Hosting.Go](/reference/api/typescript/aspire.hosting.go.md)
- Defined on: [GoAppResource](/reference/api/typescript/aspire.hosting.go/goappresource.md)
- Version: `13.4.0-preview.1.26281.18`
- Kind: `method`

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.

## Definition

```typescript
interface GoAppResource {
  // ... omitted for brevity
  withVetTool(): GoAppResource;
}
```

## Signature

```typescript
withVetTool(): GoAppResource
```

## Returns

[GoAppResource](/reference/api/typescript/aspire.hosting.go/goappresource.md) `builder`

## Defined on

- [GoAppResource](/reference/api/typescript/aspire.hosting.go/goappresource.md) -- `handle`
