mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 06:51:27 +00:00
| .. | ||
| gildedrose | ||
| .gitignore | ||
| go.mod | ||
| README.md | ||
| test-with-coverage.sh | ||
| texttest_fixture.go | ||
GO Starter
- Run :
go run texttest_fixture.go [<number-of-days>; default: 2]
- Run tests :
go test ./...
- Run tests and coverage :
./test-with-coverage.sh