Skip to content

Latest commit

 

History

History

go

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Yatzy Refactoring Kata: Go Variant


This is a Go port for versions 1, 2, and 3 of the Yatzy Refactoring Kata.

To install dependencies, run go mod download from this directory.

The code for the Category enum was generated using the tool goenums. If it needs to be regenerated,
first install goenums via the command go install github.com/zarldev/goenums@latest and then
run go generate yatzy/yatzy.go from this directory.