Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Tennis in Go

Installation

Assuming you have a proper workspace set up, run

go get github.com/[user]/Tennis-Refactoring-Kata/go/tenniskata

on the command line, with [user] replaced with a valid username.

Running Tests

On the command line, enter the .../Tennis-Refactoring-Kata/go directory and run

go test ./...