http://codekata.com/kata/kata19-word-chains/
To run the program enter following command by replacing STARTWORD and ENDWORD with words eg. cat dog
go run main.go STARTWORD ENDWORD
To run the test suits use Golang build-in test command
go test ./... --cover