Skip to content

mriehl/go-tdd-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published