Re: [go-nuts] Re: A CLI that generates tests using AI

2025-05-04 Thread Cheikh Seck
It's a standalone tool and can be used with these ai IDEs On Sun, 4 May 2025, 03:32 Rashmin Mudunkotuwa (Rashm1n), < rashmin.ravi...@gmail.com> wrote: > What does this do that the existing AI IDE's (Curser, Windsurf etc.) don't > ? > > On Saturday, 3 May 2025 a

[go-nuts] A CLI that generates tests using AI

2025-05-03 Thread Cheikh Seck
Hi folks, I started working on a tool that leverages gen ai to generate tests. The tool is open source and is accessible here: https://github.com/cheikh2shift/testarossa. I'd appreciate some feedback about it too. -- You received this message because you are subscribed to the Google Groups "

[go-nuts] Implementing Server-Sent Events (SSE)

2025-04-23 Thread Cheikh Seck
Hi folks, I wanted to share a post I recently wrote that provides an overview of what SSE is and how to implement it with Go's standard library. Read about it here: https://medium.com/dev-genius/server-sent-events-with-go-998b54045b10?sk=e251c96f23b6b20b7e9237a1dd9d9cfb -- You received this m