A minimal Go starter for coding katas: clone it, run the tests, start coding.
Go 1.22 or newer. Nothing to install: the standard library includes the test runner.
go test ./...
go run .
Any IDE with Go support, such as GoLand or VS Code, can open the folder and run the test directly.