mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
| .. | ||
| gilded-rose_test.go | ||
| gilded-rose.go | ||
| README.md | ||
| texttest_fixture.go | ||
GO Starter
- Run :
go run texttest_fixture.go gilded-rose.go
- Run tests :
go test
- Run tests and coverage :
go test -coverprofile=coverage.out
go tool cover -html=coverage.out