mriehl / go-tdd-katas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDD Code katas in the Go programming language

Includes following problems:

Dependencies

All katas were developed with test driven development and thus make heavy usage of the packages

Running

Tests are run with

go test

in the project directory.

For example you may run the Mars Rover kata tests with

go get github.com/mriehl/go-tdd-katas/go/rover
cd $GOPATH/src/github.com/mriehl/go-tdd-katas/go/rover
go test

About


Languages

Language:Go 99.7%Language:Shell 0.3%