/gildedgopher

Gilded Rose Kata for Go copied from https://github.com/emilybache/GildedRose-Refactoring-Kata

Primary LanguageGo

Gilded Rose Kata

Read the problem description in the requirements file.

GO Starter

  • Run :
go run texttest_fixture.go [<number-of-days>; default: 2]
  • Run tests :
go test ./...
  • Run tests and coverage :
go test ./... -coverprofile=coverage.out

go tool cover -html=coverage.out