v11.0.0
refactor: migrate to go
Go is a really nice language, and I’ve been enjoying it a lot recently.
Although I still like C#, I’ve found myself growing more distant from
it. For this specific project, C# doesn't feel like a great fit and
often feels like it's just making things harder
From my experience, C# excels at enterprise-level backend development,
but when you want to build something command-line focused or
"community-oriented," Go is the better choice
From a personal standpoint, Go is much nicer to work with on this
project - especially with the Charm (Charmbracelet) ecosystem. It’s
amazing, and the Go code is overall much more readable than the C# code
we had here before