Skip to content

Conversation

@jamietanna
Copy link

A simpler way to manage tool calls - without needing to go install
first - is by using go run.

This has the key benefit of allowing running:

go generate

Instead of:

go install ./cmd
go generate

A simpler way to manage tool calls - without needing to `go install`
first - is by using `go run`.

This has the key benefit of allowing running:

```
go generate
```

Instead of:

```
go install ./cmd
go generate
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant