This variant provides the kata in Go.
- Install Go 1.22 (or later)
- In the directory of this file, run
go mod download
- You can then run tests with
go test ./...
The approval test uses go-approval-test for verification. If you'd like to add additional
approval tests and have questions, please visit ApprovalTest.Go.StarterProject for more
details and examples.