GildedRose-Refactoring-Kata/go/README.md
2018-12-03 21:18:33 +01:00

225 B

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