Skip to content

Files

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Theatrical-Players-Refactoring-Kata (Go)

This variant provides the kata in Go.

Installation

  • Install Go 1.22 (or later)
  • In the directory of this file, run go mod download
  • You can then run tests with go test ./...

Approval Tests

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.