[go-nuts] Re: AI Go code generation and reviewing.

2025-01-04 Thread Christoph Berger
I use Continue, a VSCode extension. I have connected it to Claude (Anthropic) for the chat and Codestral (Mistral) for code completion. I added the Go documentation and the Go standard library documentation as local embeddings. Works well for me. On Saturday, January 4, 2025 at 6:03:44 PM UTC+

[go-nuts] AI Go code generation and reviewing.

2025-01-04 Thread Alex Dvoretskiy
Is there AI service to generate and review specifically Go code? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view

Re: [go-nuts] "go-import" is great, we need "go-delete"

2025-01-04 Thread Christoph Berger
> We need "go-delete". Security is not important to us. There should be a balance between people that need security and people that don't need it. Security might not be important to you, but it is important for the clients of your code—for the users that won't expect that a module provider remov